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 | d313b56517811a5a0dd34fefd5ec3190df589956 (patch) | |
tree | daa79fbf104364a9a9c32b967c45da92204a8c7f /www/mozilla-bin | |
parent | d934ff35850f4e165fab01067817d85fc2212286 (diff) | |
download | pkgsrc-d313b56517811a5a0dd34fefd5ec3190df589956.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
Diffstat (limited to 'www/mozilla-bin')
-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 |