diff options
Diffstat (limited to 'lang/php54/Makefile')
-rw-r--r-- | lang/php54/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php54/Makefile b/lang/php54/Makefile index ec10986f545..94a1bad153a 100644 --- a/lang/php54/Makefile +++ b/lang/php54/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.19 2014/03/19 21:50:22 asau Exp $ +# $NetBSD: Makefile,v 1.20 2014/03/29 22:06:06 he Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. # PKGNAME= php-${PHP_BASE_VERS} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang HOMEPAGE= http://www.php.net/ |