summaryrefslogtreecommitdiff
path: root/devel/blib
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-02-14 18:26:26 +0000
committerjmmv <jmmv>2004-02-14 18:26:26 +0000
commit8d793996d5668fc0806e84e6dbb8e3751942d3eb (patch)
treec1e08f830ccc454388579e8a5bb683d354ff965d /devel/blib
parentda11955fdca8e3260773b887e23bf1a223b4e008 (diff)
downloadpkgsrc-8d793996d5668fc0806e84e6dbb8e3751942d3eb.tar.gz
PKGCONFIG_OVERRIDE is relative to WRKSRC.
Diffstat (limited to 'devel/blib')
-rw-r--r--devel/blib/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/blib/Makefile b/devel/blib/Makefile
index 3839d4be53b..98bd9263646 100644
--- a/devel/blib/Makefile
+++ b/devel/blib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/02/14 17:21:36 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2004/02/14 18:26:27 jmmv Exp $
#
DISTNAME= blib-1.0.2
@@ -15,9 +15,9 @@ USE_LIBTOOL= YES
GNU_CONFIGURE= YES
SHLIBTOOL_OVERRIDE= modules/libtool
-PKGCONFIG_OVERRIDE+= ${WRKSRC}/blib-directfb.pc.in
-PKGCONFIG_OVERRIDE+= ${WRKSRC}/blib-gtk.pc.in
-PKGCONFIG_OVERRIDE+= ${WRKSRC}/blib.pc.in
+PKGCONFIG_OVERRIDE+= blib-directfb.pc.in
+PKGCONFIG_OVERRIDE+= blib-gtk.pc.in
+PKGCONFIG_OVERRIDE+= blib.pc.in
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
CONFIGURE_ARGS+= --enable-gtk-doc=no