diff options
author | wiz <wiz@pkgsrc.org> | 2000-06-13 10:40:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-06-13 10:40:24 +0000 |
commit | 4a72b8b121e16844de81a06ee68a1fa6cf242ab0 (patch) | |
tree | 1e23fe3d56a80c461970083048edf491f93760cb /www/php3/Makefile | |
parent | 9bbcfeb56d6c55ba65f47b32a84ed290c5cfca80 (diff) | |
download | pkgsrc-4a72b8b121e16844de81a06ee68a1fa6cf242ab0.tar.gz |
change dependency from gdbm-1.7.3 to gdbm>=1.7.3
Diffstat (limited to 'www/php3/Makefile')
-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" |