pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/mozilla-bin adjust gtk dependency logic for MOZILL...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f8fb39d9d96f
branches: trunk
changeset: 476143:f8fb39d9d96f
user: grant <grant%pkgsrc.org@localhost>
date: Fri Jun 04 07:30:30 2004 +0000
description:
adjust gtk dependency logic for MOZILLA_USE_LINUX case.
should fix PR pkg/25799 from jmmv.
XXX the whole linux compat dependency system needs overhauling, but
this should suffice for now.
diffstat:
www/mozilla-bin/Makefile.common | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r eee2d68ece17 -r f8fb39d9d96f www/mozilla-bin/Makefile.common
--- a/www/mozilla-bin/Makefile.common Fri Jun 04 05:34:13 2004 +0000
+++ b/www/mozilla-bin/Makefile.common Fri Jun 04 07:30:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2004/05/23 01:44:58 grant Exp $
+# $NetBSD: Makefile.common,v 1.18 2004/06/04 07:30:30 grant Exp $
#
DISTNAME= # see Makefile.${OPSYS}.${ARCH}
@@ -89,7 +89,7 @@
. else
DEPENDS+= gtk2+>=2.2:../../x11/gtk2
. endif
-. else
+. elif (!(${OPSYS} == "NetBSD" && ${MOZ_PLATFORM} == "linux"))
# default to at least gtk-1.2.
DEPENDS+= gtk+>=1.2:../../x11/gtk
. endif
Home |
Main Index |
Thread Index |
Old Index