diff options
author | grant <grant@pkgsrc.org> | 2004-06-04 07:30:30 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-04 07:30:30 +0000 |
commit | fe4efd71430f838001f9b9740141b929e2e5b9e2 (patch) | |
tree | 724f2d17c6b6d03e015a31668de19bcde834fd99 /www | |
parent | ca1140d436a6b9fec9a1da19b5726749550b046c (diff) | |
download | pkgsrc-fe4efd71430f838001f9b9740141b929e2e5b9e2.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')
-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 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 |