diff options
author | tron <tron@pkgsrc.org> | 1999-06-15 22:24:12 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-06-15 22:24:12 +0000 |
commit | 206c79654dd538d5eae0578c63068255c3d99192 (patch) | |
tree | feb2f91d3c09f118e729c7023b1f795c14ba0c03 /www/php3 | |
parent | 90b79a34e002166525017a987060f8afd3879a29 (diff) | |
download | pkgsrc-206c79654dd538d5eae0578c63068255c3d99192.tar.gz |
Move dependence for "gdbm" package to "php3" base package.
Diffstat (limited to 'www/php3')
-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 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 |