diff options
author | jkim <jkim@FreeBSD.org> | 2012-07-18 08:42:10 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2012-07-18 08:42:10 +0800 |
commit | 79800327e8e33964e861db7cd422e256580b0eb7 (patch) | |
tree | 731de2f75fb97c0977ef2bdb22da044f3006fa90 /editors | |
parent | 3354f03dde16006d578a39f8ab2e2e8065adbd67 (diff) | |
download | freebsd-ports-gnome-79800327e8e33964e861db7cd422e256580b0eb7.tar.gz freebsd-ports-gnome-79800327e8e33964e861db7cd422e256580b0eb7.tar.zst freebsd-ports-gnome-79800327e8e33964e861db7cd422e256580b0eb7.zip |
Fix version check for lang/clang-devel.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/libreoffice/Makefile | 2 |
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 |