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
commit5cd453da520a285d2a2d09aed3e28c338f6e0815 (patch)
tree38a74e543170add4d036b8a0bd00844053947123 /www/ap-xslt
parentb16357260242c9c8c06ca5c103337fbb8cf52314 (diff)
downloadpkgsrc-5cd453da520a285d2a2d09aed3e28c338f6e0815.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"