aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2012-07-18 00:42:10 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2012-07-18 00:42:10 +0000
commit195adbc72085578e22ab44c4a119ccd493babcb5 (patch)
tree731de2f75fb97c0977ef2bdb22da044f3006fa90
parent857ad2d42a493ebd21aa74d2af941c6b1c10d1e8 (diff)
downloadports-195adbc72085578e22ab44c4a119ccd493babcb5.tar.gz
ports-195adbc72085578e22ab44c4a119ccd493babcb5.zip
Notes
-rw-r--r--editors/libreoffice/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile
index 7263c094d1ba..f5e4133ab5a6 100644
--- a/editors/libreoffice/Makefile
+++ b/editors/libreoffice/Makefile
@@ -216,7 +216,7 @@ CXX= /usr/bin/clang++
CXXCPP= ${CPP}
.else
# XXX Clang PR13308 (http://llvm.org/bugs/show_bug.cgi?id=13308)
-BUILD_DEPENDS+= ${LOCALBASE}/bin/clang>=3.2:${PORTSDIR}/lang/clang-devel
+BUILD_DEPENDS+= clang-devel>=3.2.r159895:${PORTSDIR}/lang/clang-devel
USE_BINUTILS= yes
CC= ${LOCALBASE}/bin/clang
CPP= ${CC} -E