summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortron <tron>1999-06-15 22:01:17 +0000
committertron <tron>1999-06-15 22:01:17 +0000
commit0240dd9957ce26b8808d80e2b51235db50f2a92d (patch)
tree3053368fdf91b52025fdcc883bbccab4f8414cfc /www
parent2582e0f338722a7da2f1e52a22efcd2fcf6964d4 (diff)
downloadpkgsrc-0240dd9957ce26b8808d80e2b51235db50f2a92d.tar.gz
Add missing dependence on "gdbm" package.
Diffstat (limited to 'www')
-rw-r--r--www/ap-php3/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/ap-php3/Makefile b/www/ap-php3/Makefile
index dad8b7ba260..5e7eb9e67f6 100644
--- a/www/ap-php3/Makefile
+++ b/www/ap-php3/Makefile
@@ -1,14 +1,15 @@
-# $NetBSD: Makefile,v 1.2 1999/05/03 21:32:46 tv Exp $
+# $NetBSD: Makefile,v 1.3 1999/06/15 22:01:17 tron Exp $
#
PKGNAME= ap-${DISTNAME}
DEPENDS+= apache-1.3.6p0:../../www/apache
+DEPENDS+= gdbm-1.7.3:../../databases/gdbm
USE_PERL5= yes
-CONFIGURE_ARGS+=--with-apxs=${LOCALBASE}/sbin/apxs
-CONFIGURE_ENV+= PERL_PATH=${LOCALBASE}/bin/perl
+CONFIGURE_ARGS+= --with-apxs=${LOCALBASE}/sbin/apxs
+CONFIGURE_ENV+= PERL_PATH=${LOCALBASE}/bin/perl
BUILDING_SERVER_MODULE=yes