diff options
Diffstat (limited to 'www/php-propro')
-rw-r--r-- | www/php-propro/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/php-propro/Makefile b/www/php-propro/Makefile index ce5ca0dd47b..4a1abe085b6 100644 --- a/www/php-propro/Makefile +++ b/www/php-propro/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/04/07 23:56:07 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2015/12/19 14:27:15 taca Exp $ MODNAME= propro PECL_VERSION= 1.0.0 @@ -11,6 +11,8 @@ LICENSE= 2-clause-bsd BUILD_DEPENDS+= re2c>=0.13.0.4:../../devel/re2c +PHP_VERSIONS_ACCEPTED= 55 56 + USE_LANGUAGES= c c++ USE_LIBTOOL= yes |