summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjmc <jmc>2001-12-12 04:53:40 +0000
committerjmc <jmc>2001-12-12 04:53:40 +0000
commitb91eece0e52d85a691c02ce25afd6887ad78ec10 (patch)
treebe7ab286eedc97632c2d4625638c83f52860f1ed /textproc
parent36b8bef228396429f75ff1aad3b6282809fc8f03 (diff)
downloadpkgsrc-b91eece0e52d85a691c02ce25afd6887ad78ec10.tar.gz
Add perl buildlink (needed for tests during install)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/libxslt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile
index 66b6ad0f560..425d79e9a9e 100644
--- a/textproc/libxslt/Makefile
+++ b/textproc/libxslt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/12/07 04:50:42 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2001/12/12 04:53:40 jmc Exp $
DISTNAME= libxslt-1.0.7
PKGNAME= ${DISTNAME}
@@ -19,4 +19,5 @@ CONFIGURE_ARGS+= --with-libxml-prefix=${BUILDLINK_DIR}
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
.include "../../textproc/libxml2/buildlink.mk"
+.include "../../lang/perl5/buildlink.mk"
.include "../../mk/bsd.pkg.mk"