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 92a623f075b..b4c58100df9 100644 --- a/lang/php73/Makefile +++ b/lang/php73/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.11 2020/04/25 18:59:30 rillig Exp $ +# $NetBSD: Makefile,v 1.12 2020/06/02 08:22:46 adam 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 |