diff options
author | mm <mm@FreeBSD.org> | 2013-07-22 06:11:31 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2013-07-22 06:11:31 +0800 |
commit | b7f160baeb64a17bee817493525647353635a487 (patch) | |
tree | c7af8a726c1897c52c6332a1ab52f8c8953b4f16 | |
parent | c635db98099b0d736da79e3930b503a5e60f39ab (diff) | |
download | freebsd-ports-gnome-b7f160baeb64a17bee817493525647353635a487.tar.gz freebsd-ports-gnome-b7f160baeb64a17bee817493525647353635a487.tar.zst freebsd-ports-gnome-b7f160baeb64a17bee817493525647353635a487.zip |
Hiphop-php (now actually hhvm) is developed only for x86_64 (amd64)
-rw-r--r-- | lang/hiphop-php/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/hiphop-php/Makefile b/lang/hiphop-php/Makefile index 4e9f4f130770..af1d2a03af23 100644 --- a/lang/hiphop-php/Makefile +++ b/lang/hiphop-php/Makefile @@ -31,8 +31,6 @@ LICENSE_DISTFILES_UNICODE= EastAsianWidth.txt \ 8859-11.TXT 8859-13.TXT 8859-14.TXT 8859-15.TXT 8859-16.TXT LICENSE_DISTFILES_ZEND200= ${DISTNAME}${EXTRACT_SUFX} -#BROKEN= Does not build with recent boost - LIB_DEPENDS= icudata:${PORTSDIR}/devel/icu \ boost_thread:${PORTSDIR}/devel/boost-libs \ execinfo:${PORTSDIR}/devel/libexecinfo \ @@ -47,6 +45,9 @@ LIB_DEPENDS= icudata:${PORTSDIR}/devel/icu \ unwind:${PORTSDIR}/devel/libunwind \ glog:${PORTSDIR}/devel/glog +ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS_REASON= This program is developed for amd64 only + _EXTDIR= share/hiphop-php/ext BUILD_DEPENDS+= bison:${PORTSDIR}/devel/bison \ |