pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/mozilla-bin NetBSD gtk2 builds are linked against ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ff37edacdffa
branches: trunk
changeset: 475647:ff37edacdffa
user: grant <grant%pkgsrc.org@localhost>
date: Sat May 22 12:32:40 2004 +0000
description:
NetBSD gtk2 builds are linked against gtk2-2.4, update DEPENDS to
reflect this.
diffstat:
www/mozilla-bin/Makefile.common | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r b9fcd86639bc -r ff37edacdffa www/mozilla-bin/Makefile.common
--- a/www/mozilla-bin/Makefile.common Sat May 22 11:59:53 2004 +0000
+++ b/www/mozilla-bin/Makefile.common Sat May 22 12:32:40 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2004/05/15 13:22:27 grant Exp $
+# $NetBSD: Makefile.common,v 1.15 2004/05/22 12:32:40 grant Exp $
#
DISTNAME= # see Makefile.${OPSYS}.${ARCH}
@@ -85,9 +85,13 @@
_COMPAT16_LIBSTDCXX= YES
. endif
. endif
+# gtk2 builds.
. if defined(MOZ_GTK2) && ${MOZ_GTK2} == "YES"
-# gtk2 builds.
+. if ${OPSYS} == "NetBSD" && ${MOZ_PLATFORM} == "netbsd"
+DEPENDS+= gtk2+>=2.4:../../x11/gtk2
+. else
DEPENDS+= gtk2+>=2.2:../../x11/gtk2
+. endif
. else
# default to at least gtk-1.2.
DEPENDS+= gtk+>=1.2:../../x11/gtk
Home |
Main Index |
Thread Index |
Old Index