summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2013-07-21 22:11:31 +0000
committerMartin Matuska <mm@FreeBSD.org>2013-07-21 22:11:31 +0000
commit00133f558ba4416e64fb6945f8dc15faee5227a4 (patch)
treec7af8a726c1897c52c6332a1ab52f8c8953b4f16 /lang
parentUnbreak lang/hiphop-php and update to 2.1 (diff)
Hiphop-php (now actually hhvm) is developed only for x86_64 (amd64)
Notes
Notes: svn path=/head/; revision=323420
Diffstat (limited to 'lang')
-rw-r--r--lang/hiphop-php/Makefile5
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 \