diff options
author | tron <tron@pkgsrc.org> | 2005-08-06 19:48:24 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2005-08-06 19:48:24 +0000 |
commit | 1dd7c4cf297ffc38f2f6d929b3ae30dc2d547641 (patch) | |
tree | 3f80ac9ea301b1d64b8780bd9eeceae972fd2927 /www/mozilla-bin | |
parent | 8466e5eb38689a3f1e600faccc5ecd387ad77fc1 (diff) | |
download | pkgsrc-1dd7c4cf297ffc38f2f6d929b3ae30dc2d547641.tar.gz |
Remove explicity dependence on "suse_x11". The "suse_gtk" and "suse_gtk2"
packages depend on that package anyway.
Diffstat (limited to 'www/mozilla-bin')
-rw-r--r-- | www/mozilla-bin/Makefile.common | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/mozilla-bin/Makefile.common b/www/mozilla-bin/Makefile.common index 2c6882aa882..0477772a908 100644 --- a/www/mozilla-bin/Makefile.common +++ b/www/mozilla-bin/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.28 2005/06/17 03:50:41 jlam Exp $ +# $NetBSD: Makefile.common,v 1.29 2005/08/06 19:48:24 tron Exp $ DISTNAME= # see Makefile.${OPSYS}.${ARCH} PKGNAME= ${MOZILLA}${MOZ_EXTRA}-bin-${MOZ_VER} @@ -79,7 +79,6 @@ _COMPAT16_LIBSTDCXX= YES . if ${OPSYS} == "NetBSD" && ${MOZ_PLATFORM} == "netbsd" DEPENDS+= gtk2+>=2.4:../../x11/gtk2 . elif ${OPSYS} == "NetBSD" && ${MOZ_PLATFORM} == "linux" -DEPENDS+= suse_x11>=9.1:../../emulators/${SUSE_DIR_PREFIX}_x11 DEPENDS+= suse_gtk2>=9.1:../../emulators/suse91_gtk2 DEPENDS+= suse_locale>=9.1:../../emulators/suse91_locale . else @@ -87,7 +86,6 @@ DEPENDS+= gtk2+>=2.2:../../x11/gtk2 . endif . elif ${OPSYS} == "NetBSD" && ${MOZ_PLATFORM} == "linux" DEPENDS+= suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat -DEPENDS+= suse_x11>=7.3:../../emulators/${SUSE_DIR_PREFIX}_x11 DEPENDS+= suse_gtk>=7.3:../../emulators/${SUSE_DIR_PREFIX}_gtk . else # default to at least gtk-1.2. |