aboutsummaryrefslogtreecommitdiff
path: root/devel/cocaine-core
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-12 10:53:38 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-12 10:53:38 +0000
commite467cb1db54df71170364ee0a9dca38a32b11b0b (patch)
tree6cb6f0da787d4b67708abc802fa739d71222bbdc /devel/cocaine-core
parent8ae25a440e4a7875b74a89f412b5029292e6d6f1 (diff)
downloadports-e467cb1db54df71170364ee0a9dca38a32b11b0b.tar.gz
ports-e467cb1db54df71170364ee0a9dca38a32b11b0b.zip
Notes
Diffstat (limited to 'devel/cocaine-core')
-rw-r--r--devel/cocaine-core/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/cocaine-core/Makefile b/devel/cocaine-core/Makefile
index a19746d35678..bfac6bba15ae 100644
--- a/devel/cocaine-core/Makefile
+++ b/devel/cocaine-core/Makefile
@@ -12,12 +12,12 @@ COMMENT= Cocaine Application Engine
LICENSE= GPLv3
-LIB_DEPENDS= boost_iostreams:${PORTSDIR}/devel/boost-libs \
- ev:${PORTSDIR}/devel/libev \
- ltdl:${PORTSDIR}/devel/libltdl \
- msgpack:${PORTSDIR}/devel/msgpack \
- uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \
- zmq:${PORTSDIR}/net/libzmq2
+LIB_DEPENDS= libboost_iostreams.so:${PORTSDIR}/devel/boost-libs \
+ libev.so:${PORTSDIR}/devel/libev \
+ libltdl.so:${PORTSDIR}/devel/libltdl \
+ libmsgpack.so:${PORTSDIR}/devel/msgpack \
+ libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \
+ libzmq.so:${PORTSDIR}/net/libzmq2
USES= cmake
USE_GCC= yes