summaryrefslogtreecommitdiff
path: root/textproc/libxslt
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
commit4932fab3f227fbfbad27ff0bca77400f0c3397fe (patch)
treec1e08f830ccc454388579e8a5bb683d354ff965d /textproc/libxslt
parentdf1553a4f0d66bbe0583c891b890ae9e33fd1398 (diff)
downloadpkgsrc-4932fab3f227fbfbad27ff0bca77400f0c3397fe.tar.gz
PKGCONFIG_OVERRIDE is relative to WRKSRC.
Diffstat (limited to 'textproc/libxslt')
-rw-r--r--textproc/libxslt/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile
index e1f64810aad..223939156c1 100644
--- a/textproc/libxslt/Makefile
+++ b/textproc/libxslt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2004/02/14 17:21:53 jlam Exp $
+# $NetBSD: Makefile,v 1.36 2004/02/14 18:26:29 jmmv Exp $
DISTNAME= libxslt-1.1.2
PKGNAME= ${DISTNAME}
@@ -15,8 +15,8 @@ USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_LIBTOOL= yes
USE_PERL5= build
-PKGCONFIG_OVERRIDE= ${WRKSRC}/libxslt.pc.in
-PKGCONFIG_OVERRIDE+= ${WRKSRC}/libexslt.pc.in
+PKGCONFIG_OVERRIDE= libxslt.pc.in
+PKGCONFIG_OVERRIDE+= libexslt.pc.in
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-libxml-prefix=${BUILDLINK_PREFIX.libxml2}