diff options
author | jlam <jlam@pkgsrc.org> | 2002-03-07 21:12:56 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-03-07 21:12:56 +0000 |
commit | be29d7a127726363d78c4d3b25e69d4d0c05a33c (patch) | |
tree | 95b892e9905b7f82cbc6ad939a9f40cc1673935b /devel/php3-pcre/Makefile | |
parent | a9bd83b590761e8919186563b8b25787e88df49d (diff) | |
download | pkgsrc-be29d7a127726363d78c4d3b25e69d4d0c05a33c.tar.gz |
Fix lintpkgsrc error:
php-pcre-3.0.18nb1 DEPENDS errors:
Version mismatch: 'php' 3.0.18nb1nb1 vs 4.1.2,3.0.18nb1
Diffstat (limited to 'devel/php3-pcre/Makefile')
-rw-r--r-- | devel/php3-pcre/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/php3-pcre/Makefile b/devel/php3-pcre/Makefile index b65e9190496..4c843138530 100644 --- a/devel/php3-pcre/Makefile +++ b/devel/php3-pcre/Makefile @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.2 2002/03/05 17:57:34 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/03/07 21:12:56 jlam 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.18nb1 +BASE_VERS= 3.0.18 +PKGVERSION= 1 CATEGORIES= www php devel DISTFILES= # empty |