summaryrefslogtreecommitdiff
path: root/www/mozilla-bin
diff options
context:
space:
mode:
authorgrant <grant>2004-06-04 07:30:30 +0000
committergrant <grant>2004-06-04 07:30:30 +0000
commitb4210e258510a2e52101d28b59aa9cab2731cbe0 (patch)
tree724f2d17c6b6d03e015a31668de19bcde834fd99 /www/mozilla-bin
parent2e2ded1f0144cd0a7419b185afc08cb508f7aab4 (diff)
downloadpkgsrc-b4210e258510a2e52101d28b59aa9cab2731cbe0.tar.gz
adjust gtk dependency logic for MOZILLA_USE_LINUX case.
should fix PR pkg/25799 from jmmv. XXX the whole linux compat dependency system needs overhauling, but this should suffice for now.
Diffstat (limited to 'www/mozilla-bin')
-rw-r--r--www/mozilla-bin/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla-bin/Makefile.common b/www/mozilla-bin/Makefile.common
index 45e877a7d0a..f85d54afdd5 100644
--- a/www/mozilla-bin/Makefile.common
+++ b/www/mozilla-bin/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2004/05/23 01:44:58 grant Exp $
+# $NetBSD: Makefile.common,v 1.18 2004/06/04 07:30:30 grant Exp $
#
DISTNAME= # see Makefile.${OPSYS}.${ARCH}
@@ -89,7 +89,7 @@ DEPENDS+= gtk2+>=2.4:../../x11/gtk2
. else
DEPENDS+= gtk2+>=2.2:../../x11/gtk2
. endif
-. else
+. elif (!(${OPSYS} == "NetBSD" && ${MOZ_PLATFORM} == "linux"))
# default to at least gtk-1.2.
DEPENDS+= gtk+>=1.2:../../x11/gtk
. endif