summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-07-20 04:42:52 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-07-20 04:42:52 +0800
commit274fb4e43c482838b46ba4f4fcb161816c4d4976 (patch)
tree9d7fb2832919cee777c363d3473a5d1fb1324cfb /www
parent6f1eb63455c5a860b125d018c2e71bf38fd75562 (diff)
downloadmarcuscom-ports-274fb4e43c482838b46ba4f4fcb161816c4d4976.tar
marcuscom-ports-274fb4e43c482838b46ba4f4fcb161816c4d4976.tar.gz
marcuscom-ports-274fb4e43c482838b46ba4f4fcb161816c4d4976.tar.bz2
marcuscom-ports-274fb4e43c482838b46ba4f4fcb161816c4d4976.tar.lz
marcuscom-ports-274fb4e43c482838b46ba4f4fcb161816c4d4976.tar.xz
marcuscom-ports-274fb4e43c482838b46ba4f4fcb161816c4d4976.tar.zst
marcuscom-ports-274fb4e43c482838b46ba4f4fcb161816c4d4976.zip
clang33 is installed as clang-3.3_1, tweak BUILD_DEPEND line to take this into
account. We want the _1 revision because that knows where libc++ port headers are. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18629 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r--www/webkit-gtk3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/webkit-gtk3/Makefile b/www/webkit-gtk3/Makefile
index 5b363fe38..88d4946c8 100644
--- a/www/webkit-gtk3/Makefile
+++ b/www/webkit-gtk3/Makefile
@@ -112,7 +112,7 @@ CPPFLAGS+= -DGTEST_USE_OWN_TR1_TUPLE
CXXFLAGS+= -Wno-c++11-extensions -Qunused-arguments -stdlib=libc++
LDFLAGS+= -stdlib=libc++
.if ${OSVERSION}<1000019
-BUILD_DEPENDS+= clang33:${PORTSDIR}/lang/clang33 \
+BUILD_DEPENDS+= clang>=3.3_1:${PORTSDIR}/lang/clang33 \
libc++>=0:${PORTSDIR}/devel/libc++
RUN_DEPENDS+= libc++>=0:${PORTSDIR}/devel/libc++
CC= clang33