diff options
Diffstat (limited to 'lang/php73/Makefile')
-rw-r--r-- | lang/php73/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/php73/Makefile b/lang/php73/Makefile index 4435c43b6ec..90ce20ee07d 100644 --- a/lang/php73/Makefile +++ b/lang/php73/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2020/06/14 05:56:51 taca Exp $ +# $NetBSD: Makefile,v 1.14 2020/11/05 09:06:58 ryoon Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. # PKGNAME= php-${PHP_VERSION:S/RC/rc/} +PKGREVISION= 1 COMMENT= PHP Hypertext Preprocessor version 7.3 LICENSE= php |