pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/mozilla-bin fix the MOZ_GTK2 OPSYS=NetBSD && MOZ_P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce563f6a7185
branches:  trunk
changeset: 487939:ce563f6a7185
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sat Jan 22 11:14:06 2005 +0000

description:
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:

 www/mozilla-bin/Makefile.common |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 3603a8be6d60 -r ce563f6a7185 www/mozilla-bin/Makefile.common
--- a/www/mozilla-bin/Makefile.common   Sat Jan 22 10:53:49 2005 +0000
+++ b/www/mozilla-bin/Makefile.common   Sat Jan 22 11:14:06 2005 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index