diff options
author | jwise <jwise> | 2001-10-22 15:10:49 +0000 |
---|---|---|
committer | jwise <jwise> | 2001-10-22 15:10:49 +0000 |
commit | e899cf95a3e71322e8b7daab6797e26183b692cb (patch) | |
tree | 3f18723517ef088e17084a832154a009ee7fe3da /www/ap-xslt/Makefile | |
parent | b73713032911708a55e2f7918dbe9876a1ce8d74 (diff) | |
download | pkgsrc-e899cf95a3e71322e8b7daab6797e26183b692cb.tar.gz |
Need a BUILD_DEPENDS on perl, so we can use apxs...
Diffstat (limited to 'www/ap-xslt/Makefile')
-rw-r--r-- | www/ap-xslt/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/ap-xslt/Makefile b/www/ap-xslt/Makefile index 8659d1781aa..211f3f11442 100644 --- a/www/ap-xslt/Makefile +++ b/www/ap-xslt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/10/16 18:23:21 jwise Exp $ +# $NetBSD: Makefile,v 1.2 2001/10/22 15:10:49 jwise Exp $ DISTNAME= modxslt PKGNAME= ap-xslt-1.1 @@ -12,6 +12,9 @@ COMMENT= Simple, fast XSLT transformations for apache DEPENDS+= apache{,6}-1.3.*:../../www/apache DEPENDS+= sablotron-*:../../textproc/sablotron +# For "apxs": +BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 + do-install: ${LOCALBASE}/sbin/apxs -i ${WRKSRC}/mod_xslt.so |