summaryrefslogtreecommitdiff
path: root/www/php3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/php3/Makefile')
-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 \