summaryrefslogtreecommitdiff
path: root/www/mozilla-bin
diff options
context:
space:
mode:
authorgrant <grant>2004-05-22 12:32:40 +0000
committergrant <grant>2004-05-22 12:32:40 +0000
commit1fc7103d68a2f4b332fd9edd2987562bffedbe43 (patch)
treedd7a9f1babefca223d52a18258c0497b935dafae /www/mozilla-bin
parent21dd4353525859d5e1e27ec841b2587f9f5a4045 (diff)
downloadpkgsrc-1fc7103d68a2f4b332fd9edd2987562bffedbe43.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