summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2013-10-08 14:59:55 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2013-10-08 14:59:55 +0000
commit33f1722cfa84079f0ed07946a008ac3d59df20ba (patch)
tree2d30d7e6ee84002948137fe5ba9730f032a062ae /lang
parentFix build with libc++ by importing upstream r178240. (diff)
Remove USE_GCC=4.2+ and fix build with libc++ by importing upstream r178240.
Approved by: brooks (maintainer)
Notes
Notes: svn path=/head/; revision=329791
Diffstat (limited to 'lang')
-rw-r--r--lang/clang31/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/clang31/Makefile b/lang/clang31/Makefile
index cb73dc2444c9..02a15ce00ea5 100644
--- a/lang/clang31/Makefile
+++ b/lang/clang31/Makefile
@@ -3,6 +3,7 @@
PORTNAME= clang31
PORTVERSION= 3.1
+PORTREVISION= 1
CATEGORIES= lang devel
MASTER_SITES= http://llvm.org/releases/${PORTVERSION}/
DISTNAME= clang-${PORTVERSION}.src
@@ -35,7 +36,6 @@ BUILD_DEPENDS+= f2c:${PORTSDIR}/lang/f2c
GNU_CONFIGURE= yes
USES= gmake perl5
-USE_GCC= 4.2+
USE_LDCONFIG= yes
USE_PYTHON= yes