diff options
Diffstat (limited to 'lang/php56/Makefile')
-rw-r--r-- | lang/php56/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/php56/Makefile b/lang/php56/Makefile index 1d49728186b..5536179af95 100644 --- a/lang/php56/Makefile +++ b/lang/php56/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2015/03/16 00:26:31 taca Exp $ +# $NetBSD: Makefile,v 1.6 2015/06/28 15:35:33 taca Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. # PKGNAME= php-${PHP_VERSION} +PKGREVISION= 1 CATEGORIES= lang HOMEPAGE= http://www.php.net/ |