pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/gtkmm Configure required glibmm>=2.18.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/3eabec54fba9
branches: trunk
changeset: 557401:3eabec54fba9
user: reed <reed%pkgsrc.org@localhost>
date: Wed Apr 15 03:59:04 2009 +0000
description:
Configure required glibmm>=2.18.0
But if pangomm is already installed and good enough then
newer glibmm wouldn't be brought in. So also explicitly
include the glibmm buildlink here too.
diffstat:
x11/gtkmm/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r fed18f034805 -r 3eabec54fba9 x11/gtkmm/Makefile
--- a/x11/gtkmm/Makefile Wed Apr 15 03:54:04 2009 +0000
+++ b/x11/gtkmm/Makefile Wed Apr 15 03:59:04 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2009/03/17 22:39:33 jmcneill Exp $
+# $NetBSD: Makefile,v 1.64 2009/04/15 03:59:04 reed Exp $
DISTNAME= gtkmm-2.16.0
CATEGORIES= x11
@@ -22,7 +22,9 @@
PKGCONFIG_OVERRIDE+= gtk/gtkmm-2.4.pc.in
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.16.0
+BUILDLINK_API_DEPENDS.glibmm+= glibmm>=2.18.0
.include "../../devel/pangomm/buildlink3.mk"
+.include "../../devel/glibmm/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index