summaryrefslogtreecommitdiff
path: root/www/ap-xslt
diff options
context:
space:
mode:
authorsnj <snj>2004-05-08 19:48:27 +0000
committersnj <snj>2004-05-08 19:48:27 +0000
commit9bd80a71546c2dc3da0a16ccde5e359dc8448602 (patch)
tree38a74e543170add4d036b8a0bd00844053947123 /www/ap-xslt
parent6f40de615fd4c2edd1b6bb7d63543195338a203b (diff)
downloadpkgsrc-9bd80a71546c2dc3da0a16ccde5e359dc8448602.tar.gz
Convert to buildlink3.
Diffstat (limited to 'www/ap-xslt')
-rw-r--r--www/ap-xslt/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/www/ap-xslt/Makefile b/www/ap-xslt/Makefile
index 9f2cd71b935..989e77efa4c 100644
--- a/www/ap-xslt/Makefile
+++ b/www/ap-xslt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/03/26 02:27:56 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2004/05/08 19:48:27 snj Exp $
DISTNAME= modxslt-1.1
PKGNAME= ap-xslt-1.1
@@ -11,13 +11,14 @@ HOMEPAGE= http://modxslt.sourceforge.net/
COMMENT= Simple, fast XSLT transformations for apache
WRKSRC= ${WRKDIR}/modxslt
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
APACHE_MODULE_NAME= mod_xslt.so
LDFLAGS+= -lsablot
-.include "../../textproc/sablotron/buildlink2.mk"
-.include "../../www/libwww/buildlink2.mk"
-
.include "../../www/apache/module.mk"
+
+.include "../../textproc/sablotron/buildlink3.mk"
+.include "../../www/libwww/buildlink3.mk"
+
.include "../../mk/bsd.pkg.mk"