summaryrefslogtreecommitdiff
path: root/textproc/libxslt
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-02-14 18:26:26 +0000
committerjmmv <jmmv>2004-02-14 18:26:26 +0000
commit79245d24cfa5e3e5c3dbfe27fcffba3dcf870858 (patch)
treec1e08f830ccc454388579e8a5bb683d354ff965d /textproc/libxslt
parent653fc394cf90f0060e1f2c73421654259ba4555c (diff)
downloadpkgsrc-79245d24cfa5e3e5c3dbfe27fcffba3dcf870858.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}