diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-24 09:50:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-24 09:50:13 +0000 |
commit | 70baf0fbeb920d9b1323de5d80c14cd65eab03ff (patch) | |
tree | e9ffdc369f76f584b0c9d5b268f24f9adbc14a6c /devel | |
parent | d392e79f423d887f92555e517df6e77c7d24e66a (diff) | |
download | pkgsrc-70baf0fbeb920d9b1323de5d80c14cd65eab03ff.tar.gz |
Sync with php3's version number (dummy package).
Diffstat (limited to 'devel')
-rw-r--r-- | devel/php3-pcre/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/php3-pcre/Makefile b/devel/php3-pcre/Makefile index b0eae9ac82a..4b80863372e 100644 --- a/devel/php3-pcre/Makefile +++ b/devel/php3-pcre/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/03/07 21:13:24 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2002/10/24 09:50:13 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 @@ -14,7 +14,7 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.php.net/ COMMENT= PHP3 extension for Perl-compatible regular expressions -DEPENDS+= php-${BASE_VERS}nb1:../../www/php3 +DEPENDS+= php-${BASE_VERS}nb2:../../www/php3 EXTRACT_ONLY= # empty NO_CHECKSUM= # defined |