Date: Thu, 20 Feb 2014 20:29:12 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345263 - head/devel/ccons Message-ID: <201402202029.s1KKTCmQ037958@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402202029.s1KKTCmQ037958>