svn commit: r345263 - head/devel/ccons

Danilo Egea Gondolfo danilo at FreeBSD.org
Thu Feb 20 20:29:12 UTC 2014


Author: danilo
Date: Thu Feb 20 20:29:12 2014
New Revision: 345263
URL: http://svnweb.freebsd.org/changeset/ports/345263
QAT: https://qat.redports.org/buildarchive/r345263/

Log:
  - Use clang33 as RUN_DEPENDS to avoid confusion with libclang.so from another port.
  
  Reported by:	brooks

Modified:
  head/devel/ccons/Makefile

Modified: head/devel/ccons/Makefile
==============================================================================
--- head/devel/ccons/Makefile	Thu Feb 20 20:10:44 2014	(r345262)
+++ head/devel/ccons/Makefile	Thu Feb 20 20:29:12 2014	(r345263)
@@ -15,8 +15,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	llvm-config33:${PORTSDIR}/devel/llvm33 \
 		clang++33:${PORTSDIR}/lang/clang33
-LIB_DEPENDS=	libncurses.so:${PORTSDIR}/devel/ncurses \
-		libclang.so:${PORTSDIR}/lang/clang33
+RUN_DEPENDS=	clang++33:${PORTSDIR}/lang/clang33
+LIB_DEPENDS=	libncurses.so:${PORTSDIR}/devel/ncurses
 
 ONLY_FOR_ARCHS=	i386 amd64
 USES=		cmake


More information about the svn-ports-all mailing list