summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-11-18 11:35:02 +0000
committerobache <obache@pkgsrc.org>2010-11-18 11:35:02 +0000
commitd0eb87809fcf1f074e7db807b1a9bee422aad507 (patch)
tree2c4b94cafde696e4970168e8a2d17dabd8e8ea08
parentb8afeed222b6af9f6f97a8a707d0fe024619f936 (diff)
downloadpkgsrc-d0eb87809fcf1f074e7db807b1a9bee422aad507.tar.gz
Fixes paths for PKGCONFIG_OVERRIDE files.
-rw-r--r--devel/glibmm/Makefile6
-rw-r--r--devel/pangomm/Makefile5
2 files changed, 7 insertions, 4 deletions
diff --git a/devel/glibmm/Makefile b/devel/glibmm/Makefile
index e21a80142c0..cc4542f66e6 100644
--- a/devel/glibmm/Makefile
+++ b/devel/glibmm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2010/06/02 16:43:26 adam Exp $
+# $NetBSD: Makefile,v 1.40 2010/11/18 11:35:02 obache Exp $
DISTNAME= glibmm-2.24.2
CATEGORIES= devel
@@ -16,10 +16,12 @@ USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake pkg-config perl:run
-PKGCONFIG_OVERRIDE+= ${WRKSRC}/glib/glibmm-2.4.pc.in
GNU_CONFIGURE= yes
EXTRACT_USING= bsdtar # added for pkg/42258
+PKGCONFIG_OVERRIDE+= gio/giomm.pc.in
+PKGCONFIG_OVERRIDE+= glib/glibmm.pc.in
+
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.24.1
.include "../../devel/glib2/buildlink3.mk"
diff --git a/devel/pangomm/Makefile b/devel/pangomm/Makefile
index 1a22e337d42..9f8b52ce87e 100644
--- a/devel/pangomm/Makefile
+++ b/devel/pangomm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2010/09/14 11:00:47 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2010/11/18 11:38:19 obache Exp $
DISTNAME= pangomm-2.26.2
PKGREVISION= 2
@@ -18,9 +18,10 @@ USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake pkg-config perl:run
-PKGCONFIG_OVERRIDE+= ${WRKSRC}/pango/pangomm-1.4.pc.in
GNU_CONFIGURE= yes
+PKGCONFIG_OVERRIDE+= pango/pangomm.pc.in
+
BUILDLINK_API_DEPENDS.pango+= pango>=1.26.0
.include "../../devel/glibmm/buildlink3.mk"