diff options
Diffstat (limited to 'lang/php53/Makefile')
-rw-r--r-- | lang/php53/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 2e3a04eb63e4..73a4cfebb1bc 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -14,12 +14,14 @@ COMMENT= PHP Scripting Language LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} -USES=tar:bzip2 +USES= tar:bzip2 cpe .if !defined(PKGNAMESUFFIX) USE_AUTOTOOLS= autoconf LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +CPE_PRODUCT= php + CONFIGURE_ARGS= \ --with-layout=GNU \ --localstatedir=/var \ |