diff options
Diffstat (limited to 'lang/php56/Makefile')
-rw-r--r-- | lang/php56/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/php56/Makefile b/lang/php56/Makefile index 28516c304d1..e487cc7973c 100644 --- a/lang/php56/Makefile +++ b/lang/php56/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2015/02/19 00:23:20 sevan Exp $ +# $NetBSD: Makefile,v 1.4 2015/02/20 01:17:49 taca Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. # PKGNAME= php-${PHP_BASE_VERS} -PKGREVISION= 1 CATEGORIES= lang HOMEPAGE= http://www.php.net/ |