diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-17 18:38:18 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-17 18:38:18 +0000 |
commit | b6ac0cab9a6f1ae7aaae6d9b1ed1d842d61ac932 (patch) | |
tree | b45e0eace327bdb890a5d1da4921bca8516e3984 /lang/php5 | |
parent | d11a0cea9d71a05fbc39003ce64cb2eb3435c46c (diff) |
Notes
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 310d603932ca..2865bd55567a 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -17,14 +17,13 @@ LICENSE= PHP301 LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} USES= tar:bzip2 cpe +CPE_PRODUCT= php NO_OPTIONS_SORT=yes .if !defined(PKGNAMESUFFIX) USE_AUTOTOOLS= autoconf LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre -CPE_PRODUCT= php - CONFIGURE_ARGS+=--with-layout=GNU \ --localstatedir=/var \ --with-config-file-scan-dir=${PREFIX}/etc/php \ |