diff options
author | veego <veego@pkgsrc.org> | 2000-05-26 14:07:31 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2000-05-26 14:07:31 +0000 |
commit | ceb564714702f1bbd92ad6db24191d636fe9a1e7 (patch) | |
tree | 0fa52fa960a2685373edbc2b906c79dc0d3e896a /www | |
parent | ffadec18c30e155c1130727fff8a933dacab891f (diff) | |
download | pkgsrc-ceb564714702f1bbd92ad6db24191d636fe9a1e7.tar.gz |
Enable GDBM support (it allready depends on gdbm).
And add a build dependency for perl, which is needed for our configure patch.
Diffstat (limited to 'www')
-rw-r--r-- | www/php3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/php3/Makefile b/www/php3/Makefile index 44a5d671beb..0a497b3a703 100644 --- a/www/php3/Makefile +++ b/www/php3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2000/04/25 15:40:19 bad Exp $ +# $NetBSD: Makefile,v 1.14 2000/05/26 14:07:31 veego Exp $ # DISTNAME= php-${PHP_VERSION} @@ -10,6 +10,7 @@ DISTFILES+= ${DISTNAME}.tar.gz MAINTAINER= cjs@netbsd.org HOMEPAGE= http://www.php.net/ +BUILD_DEPENDS+= ${LOCALBASE}/bin/perl:../../lang/perl5 DEPENDS+= gdbm-1.7.3:../../databases/gdbm .include "../../mk/bsd.prefs.mk" @@ -30,6 +31,7 @@ PATCHDIR?= ${PKGSRCDIR}/www/php3/patches # Here we configure only for what NetBSD ships. We add the rest via modules. GNU_CONFIGURE= YES CONFIGURE_ARGS+=--with-system-regex --without-gd \ + --with-gdbm=${PREFIX} \ --with-yp --with-zlib --with-dbase --with-filepro \ --with-config-file-path=${PREFIX}/etc \ --with-exec-dir=${PREFIX}/libexec/php3 \ |