summaryrefslogtreecommitdiff
path: root/www/mozilla-bin
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-05-22 12:32:40 +0000
committergrant <grant@pkgsrc.org>2004-05-22 12:32:40 +0000
commitd12b8b88fe4adc0e2a49e7da676779ad12b34a08 (patch)
treedd7a9f1babefca223d52a18258c0497b935dafae /www/mozilla-bin
parent91d5d546a42c9bc43d71c3174f4f930a1111aa54 (diff)
downloadpkgsrc-d12b8b88fe4adc0e2a49e7da676779ad12b34a08.tar.gz
NetBSD gtk2 builds are linked against gtk2-2.4, update DEPENDS to
reflect this.
Diffstat (limited to 'www/mozilla-bin')
-rw-r--r--www/mozilla-bin/Makefile.common8
1 files changed, 6 insertions, 2 deletions
diff --git a/www/mozilla-bin/Makefile.common b/www/mozilla-bin/Makefile.common
index 9aab63d53de..a872b2771eb 100644
--- a/www/mozilla-bin/Makefile.common
+++ b/www/mozilla-bin/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2004/05/15 13:22:27 grant Exp $
+# $NetBSD: Makefile.common,v 1.15 2004/05/22 12:32:40 grant Exp $
#
DISTNAME= # see Makefile.${OPSYS}.${ARCH}
@@ -85,9 +85,13 @@ DEPENDS+= compat16>=1.6.0:../../emulators/compat16
_COMPAT16_LIBSTDCXX= YES
. endif
. endif
-. if defined(MOZ_GTK2) && ${MOZ_GTK2} == "YES"
# gtk2 builds.
+. if defined(MOZ_GTK2) && ${MOZ_GTK2} == "YES"
+. if ${OPSYS} == "NetBSD" && ${MOZ_PLATFORM} == "netbsd"
+DEPENDS+= gtk2+>=2.4:../../x11/gtk2
+. else
DEPENDS+= gtk2+>=2.2:../../x11/gtk2
+. endif
. else
# default to at least gtk-1.2.
DEPENDS+= gtk+>=1.2:../../x11/gtk