summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortron <tron>1999-06-15 22:24:12 +0000
committertron <tron>1999-06-15 22:24:12 +0000
commit1a1c8117ba81ed6fb216b4688121c9521b8acd3a (patch)
treefeb2f91d3c09f118e729c7023b1f795c14ba0c03 /www
parent0240dd9957ce26b8808d80e2b51235db50f2a92d (diff)
downloadpkgsrc-1a1c8117ba81ed6fb216b4688121c9521b8acd3a.tar.gz
Move dependence for "gdbm" package to "php3" base package.
Diffstat (limited to 'www')
-rw-r--r--www/ap-php3/Makefile3
-rw-r--r--www/php3/Makefile4
2 files changed, 4 insertions, 3 deletions
diff --git a/www/ap-php3/Makefile b/www/ap-php3/Makefile
index 5e7eb9e67f6..5376a1fa987 100644
--- a/www/ap-php3/Makefile
+++ b/www/ap-php3/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.3 1999/06/15 22:01:17 tron Exp $
+# $NetBSD: Makefile,v 1.4 1999/06/15 22:24:12 tron Exp $
#
PKGNAME= ap-${DISTNAME}
DEPENDS+= apache-1.3.6p0:../../www/apache
-DEPENDS+= gdbm-1.7.3:../../databases/gdbm
USE_PERL5= yes
diff --git a/www/php3/Makefile b/www/php3/Makefile
index 08ccd17037e..43a6681aeb4 100644
--- a/www/php3/Makefile
+++ b/www/php3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1999/05/04 20:22:10 tv Exp $
+# $NetBSD: Makefile,v 1.7 1999/06/15 22:24:13 tron Exp $
#
DISTNAME= php-${PHP_VERSION}
@@ -12,6 +12,8 @@ HOMEPAGE= http://www.php.net/
DISTFILES+= ${DISTNAME}.tar.gz
PHP_VERSION= 3.0.7
+DEPENDS+= gdbm-1.7.3:../../databases/gdbm
+
.if defined(BUILDING_EXTENSION_MODULE) || defined(BUILDING_SERVER_MODULE)
DEPENDS+= php-${PHP_VERSION}:../../www/php3
FILESDIR?= ${PKGSRCDIR}/www/php3/files