From 274fb4e43c482838b46ba4f4fcb161816c4d4976 Mon Sep 17 00:00:00 2001 From: kwm Date: Fri, 19 Jul 2013 20:42:52 +0000 Subject: 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 --- www/webkit-gtk3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www') 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 -- cgit v1.2.3