Need a BUILD_DEPENDS on perl, so we can use apxs...
This commit is contained in:
parent
bc4928fea0
commit
4de03fc6d7
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue