diff options
author | wiz <wiz@pkgsrc.org> | 2002-03-05 17:57:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-03-05 17:57:34 +0000 |
commit | 036e10b01037ccb33333d8338820c858ee4c6b6e (patch) | |
tree | 3eaa1006201748ce8860a091bdd13b7a2e3877cc /devel | |
parent | a8f1c94026f9209b7d8cb4acc750febcddd6f3de (diff) | |
download | pkgsrc-036e10b01037ccb33333d8338820c858ee4c6b6e.tar.gz |
Match version of php3 package, as comments suggest.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/php3-pcre/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/php3-pcre/Makefile b/devel/php3-pcre/Makefile index 3752b3ad52d..b65e9190496 100644 --- a/devel/php3-pcre/Makefile +++ b/devel/php3-pcre/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/01/10 13:05:52 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2002/03/05 17:57:34 wiz Exp $ # # This package is a placeholder to signify that the base PHP3 package already # has the PCRE functionality. It *must* have the same version number as the # PHP3 package. # DISTNAME= php-pcre-${BASE_VERS} -BASE_VERS= 3.0.18 +BASE_VERS= 3.0.18nb1 CATEGORIES= www php devel DISTFILES= # empty @@ -13,7 +13,7 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.php.net/ COMMENT= PHP3 extension for Perl-compatible regular expressions -DEPENDS+= php-${BASE_VERS}:../../www/php3 +DEPENDS+= php-${BASE_VERS}nb1:../../www/php3 EXTRACT_ONLY= # empty NO_CHECKSUM= # defined |