summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-04-02 09:02:58 +0000
committerwiz <wiz@pkgsrc.org>2009-04-02 09:02:58 +0000
commit71cfc5d889150b5e4d572d6e5ac78f77c51e2763 (patch)
treed97b8b0dfec2f53d7f4ca7e09dc074f75c42afd6
parent9823575cf0a36cc1ceff5502f86cfe46442669fb (diff)
downloadpkgsrc-71cfc5d889150b5e4d572d6e5ac78f77c51e2763.tar.gz
Update dependency versions to match configure script.
pango mismatch noted by reed@.
-rw-r--r--devel/pangomm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/pangomm/Makefile b/devel/pangomm/Makefile
index 85ff2edbf19..b7ddda91f4a 100644
--- a/devel/pangomm/Makefile
+++ b/devel/pangomm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/03/17 22:10:15 jmcneill Exp $
+# $NetBSD: Makefile,v 1.4 2009/04/02 09:02:58 wiz Exp $
DISTNAME= pangomm-2.24.0
CATEGORIES= devel
@@ -18,7 +18,9 @@ USE_TOOLS+= gmake pkg-config perl:run
PKGCONFIG_OVERRIDE+= ${WRKSRC}/pango/pangomm-1.4.pc.in
GNU_CONFIGURE= yes
+BUILDLINK_API_DEPENDS.glibmm+= glibmm>=2.14.1
.include "../../devel/glibmm/buildlink3.mk"
+BUILDLINK_API_DEPENDS.pango+= pango>=1.23.0
.include "../../devel/pango/buildlink3.mk"
.include "../../graphics/cairomm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"