pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc conditionally set MOZ_EXTRA, and set it to empty in th...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7f3b2724e793
branches: trunk
changeset: 465650:7f3b2724e793
user: grant <grant%pkgsrc.org@localhost>
date: Sun Jan 04 05:06:19 2004 +0000
description:
conditionally set MOZ_EXTRA, and set it to empty in thunderbird (for
which there is currently no gtk1 pkg).
diffstat:
mail/thunderbird-bin-nightly/Makefile | 3 ++-
mail/thunderbird-bin/Makefile | 3 ++-
www/mozilla-bin/Makefile.common | 4 ++--
3 files changed, 6 insertions(+), 4 deletions(-)
diffs (49 lines):
diff -r 3c68606e4fb5 -r 7f3b2724e793 mail/thunderbird-bin-nightly/Makefile
--- a/mail/thunderbird-bin-nightly/Makefile Sun Jan 04 05:01:02 2004 +0000
+++ b/mail/thunderbird-bin-nightly/Makefile Sun Jan 04 05:06:19 2004 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2004/01/04 05:01:02 grant Exp $
+# $NetBSD: Makefile,v 1.3 2004/01/04 05:06:19 grant Exp $
MOZILLA= thunderbird
HOMEPAGE= http://www.mozilla.org/projects/thunderbird/
MOZ_GTK2= YES
+MOZ_EXTRA= # empty
ONLY_FOR_PLATFORM+= Linux-*-i[3-6]86 SunOS-5.[789]*-sparc
diff -r 3c68606e4fb5 -r 7f3b2724e793 mail/thunderbird-bin/Makefile
--- a/mail/thunderbird-bin/Makefile Sun Jan 04 05:01:02 2004 +0000
+++ b/mail/thunderbird-bin/Makefile Sun Jan 04 05:06:19 2004 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2004/01/04 05:01:02 grant Exp $
+# $NetBSD: Makefile,v 1.4 2004/01/04 05:06:19 grant Exp $
MOZILLA= thunderbird
MOZ_VER= 0.4
HOMEPAGE= http://www.mozilla.org/projects/thunderbird/
MOZ_GTK2= YES
+MOZ_EXTRA= # empty
ONLY_FOR_PLATFORM+= Linux-*-i[3-6]86 SunOS-5.[89]*-i386 SunOS-5.[89]*-sparc
diff -r 3c68606e4fb5 -r 7f3b2724e793 www/mozilla-bin/Makefile.common
--- a/www/mozilla-bin/Makefile.common Sun Jan 04 05:01:02 2004 +0000
+++ b/www/mozilla-bin/Makefile.common Sun Jan 04 05:06:19 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2004/01/04 05:01:02 grant Exp $
+# $NetBSD: Makefile.common,v 1.2 2004/01/04 05:06:19 grant Exp $
#
DISTNAME= # see Makefile.${OPSYS}.${ARCH}
@@ -39,7 +39,7 @@
# suffix gtk2 builds with -gtk2
MOZ_EXTRA= # empty
.if defined(MOZ_GTK2) && ${MOZ_GTK2} == "YES"
-MOZ_EXTRA= -gtk2
+MOZ_EXTRA?= -gtk2
.endif
MOZILLA_LIB= ${PREFIX}/lib/${MOZILLA}${MOZ_EXTRA}-${MOZ_PLATFORM}
Home |
Main Index |
Thread Index |
Old Index