summaryrefslogtreecommitdiff
path: root/www/php3
diff options
context:
space:
mode:
authorveego <veego>2000-05-26 14:07:31 +0000
committerveego <veego>2000-05-26 14:07:31 +0000
commita004ee1c829f8f20fa76ccf06e7e7681db66c953 (patch)
tree0fa52fa960a2685373edbc2b906c79dc0d3e896a /www/php3
parentc737b2f4514a7b8fea7fe0ef7c7fe33e72b0839e (diff)
downloadpkgsrc-a004ee1c829f8f20fa76ccf06e7e7681db66c953.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/php3')
-rw-r--r--www/php3/Makefile4
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 \