diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2005-01-22 11:14:06 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2005-01-22 11:14:06 +0000 |
commit | c581a964a7dca2ecccd7815c3c123c5194080d3e (patch) | |
tree | daa79fbf104364a9a9c32b967c45da92204a8c7f | |
parent | 7f8e8d75082433c6424ba89fc24205eb3abe7e81 (diff) | |
download | pkgsrc-c581a964a7dca2ecccd7815c3c123c5194080d3e.tar.gz |
fix the MOZ_GTK2 OPSYS=NetBSD && MOZ_PLATFORM=linux DEPENDS - there
are only emulators/suse91_gtk2 and emulators/suse91_locale, so use
that direct in the paths
-rw-r--r-- | www/mozilla-bin/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mozilla-bin/Makefile.common b/www/mozilla-bin/Makefile.common index 65a3a7eac55..dfb36bdc687 100644 --- a/www/mozilla-bin/Makefile.common +++ b/www/mozilla-bin/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.23 2004/09/20 15:45:32 erh Exp $ +# $NetBSD: Makefile.common,v 1.24 2005/01/22 11:14:06 jdolecek Exp $ # DISTNAME= # see Makefile.${OPSYS}.${ARCH} @@ -87,8 +87,8 @@ _COMPAT16_LIBSTDCXX= YES 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/${SUSE_DIR_PREFIX}_gtk2 -DEPENDS+= suse_locale>=9.1:../../emulators/${SUSE_DIR_PREFIX}_locale +DEPENDS+= suse_gtk2>=9.1:../../emulators/suse91_gtk2 +DEPENDS+= suse_locale>=9.1:../../emulators/suse91_locale . else DEPENDS+= gtk2+>=2.2:../../x11/gtk2 . endif |