diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-18 02:38:18 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-18 02:38:18 +0800 |
commit | 2d62f8cda1a08316d8ee3241e68044517282be5d (patch) | |
tree | b45e0eace327bdb890a5d1da4921bca8516e3984 /lang/php55 | |
parent | 9741a59ee5485a225aff1789e94eef23b608e156 (diff) | |
download | freebsd-ports-gnome-2d62f8cda1a08316d8ee3241e68044517282be5d.tar.gz freebsd-ports-gnome-2d62f8cda1a08316d8ee3241e68044517282be5d.tar.zst freebsd-ports-gnome-2d62f8cda1a08316d8ee3241e68044517282be5d.zip |
Php extensions are built from the same source tarball as php and should
have the same CPE identifier
Discussed with: des@
With hat: portmgr
Diffstat (limited to 'lang/php55')
-rw-r--r-- | lang/php55/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/php55/Makefile b/lang/php55/Makefile index 14da62b3f120..c70e306aadb1 100644 --- a/lang/php55/Makefile +++ b/lang/php55/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 \ |