diff options
author | danilo <danilo@FreeBSD.org> | 2014-02-20 07:26:09 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2014-02-20 07:26:09 +0800 |
commit | 40345165ac702470eab7854130fb47a7589c8003 (patch) | |
tree | cc1645befe5c43b4922e10c8343bb5054572cd89 /devel/ccons | |
parent | 92b7770eba8340a13afcea66254b103bde0fb118 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |