diff options
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 |