svn commit: r301053 - head/editors/libreoffice

Jung-uk Kim jkim at FreeBSD.org
Wed Jul 18 00:42:11 UTC 2012


Author: jkim
Date: Wed Jul 18 00:42:10 2012
New Revision: 301053
URL: http://svn.freebsd.org/changeset/ports/301053

Log:
  Fix version check for lang/clang-devel.

Modified:
  head/editors/libreoffice/Makefile

Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile	Wed Jul 18 00:32:17 2012	(r301052)
+++ head/editors/libreoffice/Makefile	Wed Jul 18 00:42:10 2012	(r301053)
@@ -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



More information about the svn-ports-all mailing list