summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-02-14 18:26:26 +0000
committerjmmv <jmmv@pkgsrc.org>2004-02-14 18:26:26 +0000
commitab17dd00b38838a22e1440f451aa97b8661c2248 (patch)
treec1e08f830ccc454388579e8a5bb683d354ff965d /fonts
parent0e68344a802d6f4ce3ddd68edc97b5fabc9f9acb (diff)
downloadpkgsrc-ab17dd00b38838a22e1440f451aa97b8661c2248.tar.gz
PKGCONFIG_OVERRIDE is relative to WRKSRC.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/Xft2/Makefile4
-rw-r--r--fonts/fontconfig/Makefile4
-rw-r--r--fonts/gucharmap/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/fonts/Xft2/Makefile b/fonts/Xft2/Makefile
index 2e05d6d24af..832493ec1be 100644
--- a/fonts/Xft2/Makefile
+++ b/fonts/Xft2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/02/14 17:21:40 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2004/02/14 18:26:28 jmmv Exp $
#
DISTNAME= xft-2.1.2
@@ -22,7 +22,7 @@ USE_GNU_TOOLS+= make
USE_X11= YES
USE_GNU_TOOLS+= awk
-PKGCONFIG_OVERRIDE= ${WRKSRC}/xft.pc.in
+PKGCONFIG_OVERRIDE= xft.pc.in
MAKE_ENV+= EGREP="${EGREP}"
BUILDLINK_DEPENDS.Xrender= Xrender>=0.8.2
diff --git a/fonts/fontconfig/Makefile b/fonts/fontconfig/Makefile
index dc65dd95efd..d9b72104bbc 100644
--- a/fonts/fontconfig/Makefile
+++ b/fonts/fontconfig/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2004/02/14 17:21:40 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2004/02/14 18:26:28 jmmv Exp $
#
DISTNAME= fontconfig-2.2.1
@@ -22,7 +22,7 @@ USE_LIBTOOL= YES
USE_PKGINSTALL= YES
USE_GNU_TOOLS+= make
-PKGCONFIG_OVERRIDE= ${WRKSRC}/fontconfig.pc.in
+PKGCONFIG_OVERRIDE= fontconfig.pc.in
PKG_SYSCONFSUBDIR= fontconfig
diff --git a/fonts/gucharmap/Makefile b/fonts/gucharmap/Makefile
index 8fac2e780eb..39cb69e7631 100644
--- a/fonts/gucharmap/Makefile
+++ b/fonts/gucharmap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/02/14 17:21:40 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2004/02/14 18:26:28 jmmv Exp $
#
DISTNAME= gucharmap-1.2.0
@@ -21,7 +21,7 @@ USE_LIBTOOL= yes
USE_X11= yes
GNU_CONFIGURE= yes
-PKGCONFIG_OVERRIDE+= ${WRKSRC}/gucharmap.pc.in
+PKGCONFIG_OVERRIDE+= gucharmap.pc.in
.include "../../devel/libgnomeui/buildlink2.mk"
.include "../../devel/pkgconfig/buildlink2.mk"