Index: head/devel/php71-intl/Makefile =================================================================== --- head/devel/php71-intl/Makefile (revision 475183) +++ head/devel/php71-intl/Makefile (revision 475184) @@ -1,15 +1,14 @@ # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -intl USES= compiler:c++11-lib USE_CXXSTD= gnu++11 CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1 .include "${MASTERDIR}/Makefile" Index: head/devel/php72-intl/Makefile =================================================================== --- head/devel/php72-intl/Makefile (revision 475183) +++ head/devel/php72-intl/Makefile (revision 475184) @@ -1,15 +1,14 @@ # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -intl USES= compiler:c++11-lib USE_CXXSTD= gnu++11 CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1 .include "${MASTERDIR}/Makefile"