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/php53 | |
parent | - Convert to USES=autoreconf and USES=libtool (diff) |
Php extensions are built from the same source tarball as php and should
have the same CPE identifier
Discussed with: des@
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=368411
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile index eb9a135ecc96..2b96d3df0db7 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -15,13 +15,12 @@ COMMENT= PHP Scripting Language LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} USES= tar:bzip2 cpe +CPE_PRODUCT= php .if !defined(PKGNAMESUFFIX) USE_AUTOTOOLS= autoconf LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre -CPE_PRODUCT= php - CONFIGURE_ARGS= \ --with-layout=GNU \ --localstatedir=/var \ |