aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ccons
diff options
context:
space:
mode:
authordanilo <danilo@FreeBSD.org>2014-02-20 07:26:09 +0800
committerdanilo <danilo@FreeBSD.org>2014-02-20 07:26:09 +0800
commit40345165ac702470eab7854130fb47a7589c8003 (patch)
treecc1645befe5c43b4922e10c8343bb5054572cd89 /devel/ccons
parent92b7770eba8340a13afcea66254b103bde0fb118 (diff)
downloadfreebsd-ports-gnome-40345165ac702470eab7854130fb47a7589c8003.tar.gz
freebsd-ports-gnome-40345165ac702470eab7854130fb47a7589c8003.tar.zst
freebsd-ports-gnome-40345165ac702470eab7854130fb47a7589c8003.zip
- Add libclang.so to LIB_DEPENDS
Diffstat (limited to 'devel/ccons')
-rw-r--r--devel/ccons/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/ccons/Makefile b/devel/ccons/Makefile
index c94f4240a12f..008b4a95e9a8 100644
--- a/devel/ccons/Makefile
+++ b/devel/ccons/Makefile
@@ -3,6 +3,7 @@
PORTNAME= ccons
PORTVERSION= r251
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= GOOGLE_CODE
@@ -14,7 +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
+LIB_DEPENDS= libncurses.so:${PORTSDIR}/devel/ncurses \
+ libclang.so:${PORTSDIR}/lang/clang33
ONLY_FOR_ARCHS= i386 amd64
USES= cmake