diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-28 19:45:27 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-28 19:45:27 +0000 |
commit | 14c681ddae888904c38722389c1c7e8342e0ff6a (patch) | |
tree | 188c0f777abe4199f47274f71e9b934b99c4f69c /devel/cocaine-core | |
parent | 2b424ae7fe8ad2eeb741c1bba30eaf5f21c5380b (diff) |
Notes
Diffstat (limited to 'devel/cocaine-core')
-rw-r--r-- | devel/cocaine-core/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/cocaine-core/Makefile b/devel/cocaine-core/Makefile index 24a361e49f7c..34f950f5bec1 100644 --- a/devel/cocaine-core/Makefile +++ b/devel/cocaine-core/Makefile @@ -12,6 +12,8 @@ COMMENT= Cocaine Application Engine LICENSE= GPLv3 +BROKEN= Does not build + LIB_DEPENDS= libboost_iostreams.so:${PORTSDIR}/devel/boost-libs \ libev.so:${PORTSDIR}/devel/libev \ libltdl.so:${PORTSDIR}/devel/libltdl \ |