diff options
author | grant <grant@pkgsrc.org> | 2004-01-04 05:06:19 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-04 05:06:19 +0000 |
commit | af8437a943818a79a678d63c4505bf3eeadf459a (patch) | |
tree | b334a7279e7442df8796cee469ff48455d0e5062 /www/mozilla-bin | |
parent | df7930e74f02bc744e2cb04c3d82ff7528ec508c (diff) | |
download | pkgsrc-af8437a943818a79a678d63c4505bf3eeadf459a.tar.gz |
conditionally set MOZ_EXTRA, and set it to empty in thunderbird (for
which there is currently no gtk1 pkg).
Diffstat (limited to 'www/mozilla-bin')
-rw-r--r-- | www/mozilla-bin/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla-bin/Makefile.common b/www/mozilla-bin/Makefile.common index 907915ad006..92438125566 100644 --- a/www/mozilla-bin/Makefile.common +++ b/www/mozilla-bin/Makefile.common @@ -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 @@ ARCH=${MACHINE_ARCH:C/i[3-6]86/i386/g} # 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} |