diff options
author | jlam <jlam@pkgsrc.org> | 2000-12-19 07:49:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-12-19 07:49:41 +0000 |
commit | aa21263716a2898828939b399d973d3d692f3a70 (patch) | |
tree | aa9de814b3d3841d316efc8f94adbd09b8f21736 /www | |
parent | 47dddbae81863f575871e795315ee013459c11d8 (diff) | |
download | pkgsrc-aa21263716a2898828939b399d973d3d692f3a70.tar.gz |
Add build dependency on perl, needed for apxs.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-php4/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/ap-php4/Makefile b/www/ap-php4/Makefile index d19ac9a04be..4f635b98901 100644 --- a/www/ap-php4/Makefile +++ b/www/ap-php4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/12/17 21:04:20 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2000/12/19 07:49:41 jlam Exp $ .include "../../www/php4/Makefile.common" @@ -10,6 +10,9 @@ HOMEPAGE= http://www.php.net/ DEPENDS+= php-${PHP_VERS}:../../www/php4 DEPENDS+= apache>=1.3:../../www/apache +# For "apxs": +BUILD_DEPENDS+= ${PERL5}:../../lang/perl5-base + CONFIGURE_ARGS+= --with-apxs=${LOCALBASE}/sbin/apxs do-install: |