summaryrefslogtreecommitdiffstats
path: root/www/webkit-gtk3
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-03-19 01:34:38 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-03-19 01:34:38 +0800
commitec061ef2c3e5f475d3825e68249ea68a3673ef81 (patch)
tree550b849521d9619301cf27ad3469f0139580fbd8 /www/webkit-gtk3
parent4ee94183dc2439a46bc9eac09509bf97a0d945fd (diff)
downloadmarcuscom-ports-ec061ef2c3e5f475d3825e68249ea68a3673ef81.tar
marcuscom-ports-ec061ef2c3e5f475d3825e68249ea68a3673ef81.tar.gz
marcuscom-ports-ec061ef2c3e5f475d3825e68249ea68a3673ef81.tar.bz2
marcuscom-ports-ec061ef2c3e5f475d3825e68249ea68a3673ef81.tar.lz
marcuscom-ports-ec061ef2c3e5f475d3825e68249ea68a3673ef81.tar.xz
marcuscom-ports-ec061ef2c3e5f475d3825e68249ea68a3673ef81.tar.zst
marcuscom-ports-ec061ef2c3e5f475d3825e68249ea68a3673ef81.zip
Fix clang33 package name.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19191 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/webkit-gtk3')
-rw-r--r--www/webkit-gtk3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/webkit-gtk3/Makefile b/www/webkit-gtk3/Makefile
index 3ef407863..6120ab14a 100644
--- a/www/webkit-gtk3/Makefile
+++ b/www/webkit-gtk3/Makefile
@@ -118,7 +118,7 @@ PLIST_SUB+= WEBKIT2=""
CXXFLAGS+= -stdlib=libc++
LDFLAGS+= -stdlib=libc++
. if ${OSVERSION}<1000019
-BUILD_DEPENDS+= clang>=3.3_1:${PORTSDIR}/lang/clang33 \
+BUILD_DEPENDS+= clang33>=3.3_1:${PORTSDIR}/lang/clang33 \
libc++>=0:${PORTSDIR}/devel/libc++
RUN_DEPENDS+= libc++>=0:${PORTSDIR}/devel/libc++
CC= clang33
@@ -129,7 +129,7 @@ CONFIGURE_ENV+= CC=${CC} CXX=${CXX} CPP=${CPP}
.else
# we need clang also for !Webkit2 builds
. if ${OSVERSION}<1000019
-BUILD_DEPENDS+= clang>=3.3_1:${PORTSDIR}/lang/clang33
+BUILD_DEPENDS+= clang33>=3.3_1:${PORTSDIR}/lang/clang33
CC= clang33
CXX= clang++33
CPP= clang-cpp33