diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/php3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php3/Makefile b/www/php3/Makefile index 0e58a39697a..479dc730c6a 100644 --- a/www/php3/Makefile +++ b/www/php3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2000/05/26 14:35:58 veego Exp $ +# $NetBSD: Makefile,v 1.16 2000/06/13 10:40:27 wiz Exp $ # DISTNAME= php-${PHP_VERSION} @@ -11,7 +11,7 @@ MAINTAINER= cjs@netbsd.org HOMEPAGE= http://www.php.net/ BUILD_DEPENDS+= ${LOCALBASE}/bin/perl:../../lang/perl5 -DEPENDS+= gdbm-1.7.3:../../databases/gdbm +DEPENDS+= gdbm>=1.7.3:../../databases/gdbm .include "../../mk/bsd.prefs.mk" |