pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/mozilla-bin Remove explicity dependence on "suse_x...
details: https://anonhg.NetBSD.org/pkgsrc/rev/34ccdd480b5d
branches: trunk
changeset: 497884:34ccdd480b5d
user: tron <tron%pkgsrc.org@localhost>
date: Sat Aug 06 19:48:24 2005 +0000
description:
Remove explicity dependence on "suse_x11". The "suse_gtk" and "suse_gtk2"
packages depend on that package anyway.
diffstat:
www/mozilla-bin/Makefile.common | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r b1268c99459f -r 34ccdd480b5d www/mozilla-bin/Makefile.common
--- a/www/mozilla-bin/Makefile.common Sat Aug 06 19:36:54 2005 +0000
+++ b/www/mozilla-bin/Makefile.common Sat Aug 06 19:48:24 2005 +0000
@@ -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 @@
. 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 @@
. 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.
Home |
Main Index |
Thread Index |
Old Index