summaryrefslogtreecommitdiffstats
path: root/www/webkit-gtk3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/webkit-gtk3/Makefile')
-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