diff options
Diffstat (limited to 'devel/php71-intl/Makefile')
-rw-r--r-- | devel/php71-intl/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/php71-intl/Makefile b/devel/php71-intl/Makefile index 3544627cd377..73447731b0b4 100644 --- a/devel/php71-intl/Makefile +++ b/devel/php71-intl/Makefile @@ -1,9 +1,13 @@ # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -intl +USES= compiler:c++11-lib +USE_CXXSTD= gnu++11 + .include "${MASTERDIR}/Makefile" |