diff options
author | wiz <wiz@pkgsrc.org> | 2006-03-10 22:44:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-03-10 22:44:52 +0000 |
commit | 0b4f9acc6050939791ae274b3f770f879ee6d52b (patch) | |
tree | 2e3f0bb50bdb923e5a6803f85f2068b46228c2b7 /www/mozilla-bin | |
parent | 17c54d1ce99f48b66006a1146a1fc4bcc1d7c57d (diff) | |
download | pkgsrc-0b4f9acc6050939791ae274b3f770f879ee6d52b.tar.gz |
Accept suse100* packages too. Bump PKGREVISION.
Diffstat (limited to 'www/mozilla-bin')
-rw-r--r-- | www/mozilla-bin/Makefile | 4 | ||||
-rw-r--r-- | www/mozilla-bin/Makefile.common | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/mozilla-bin/Makefile b/www/mozilla-bin/Makefile index a0021fe1cc5..95b955923d3 100644 --- a/www/mozilla-bin/Makefile +++ b/www/mozilla-bin/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2006/02/05 23:11:25 joerg Exp $ +# $NetBSD: Makefile,v 1.28 2006/03/10 22:45:24 wiz Exp $ MOZILLA= mozilla -PKGREVISION= 1 +PKGREVISION= 2 MOZ_VER= 1.7.12 COMMENT= Full featured gecko-based browser (binary pkg) diff --git a/www/mozilla-bin/Makefile.common b/www/mozilla-bin/Makefile.common index 9bbb4ff4fbe..db48d0df09c 100644 --- a/www/mozilla-bin/Makefile.common +++ b/www/mozilla-bin/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.33 2006/01/05 23:58:23 joerg Exp $ +# $NetBSD: Makefile.common,v 1.34 2006/03/10 22:45:24 wiz Exp $ DISTNAME= # see Makefile.${OPSYS}.${ARCH} PKGNAME= ${MOZILLA}${MOZ_EXTRA}-bin-${MOZ_VER} @@ -78,8 +78,8 @@ _COMPAT16_LIBSTDCXX= YES . if ${OPSYS} == "NetBSD" && ${MOZ_PLATFORM} == "netbsd" DEPENDS+= gtk2+>=2.4:../../x11/gtk2 . elif ${OPSYS} == "NetBSD" && ${MOZ_PLATFORM} == "linux" -DEPENDS+= suse_gtk2>=9.1:../../emulators/suse91_gtk2 -DEPENDS+= suse_locale>=9.1:../../emulators/suse91_locale +DEPENDS+= suse_gtk2>=9.1:../../emulators/${SUSE_DIR_PREFIX}_gtk2 +DEPENDS+= suse_locale>=9.1:../../emulators/${SUSE_DIR_PREFIX}_locale . else DEPENDS+= gtk2+>=2.2:../../x11/gtk2 . endif |