diff options
Diffstat (limited to 'sysutils/ori')
-rw-r--r-- | sysutils/ori/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/ori/Makefile b/sysutils/ori/Makefile index f8a4be4ad9d6..e3e684bd9d4f 100644 --- a/sysutils/ori/Makefile +++ b/sysutils/ori/Makefile @@ -3,14 +3,14 @@ PORTNAME= ori PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils net MASTER_SITES= http://cdn.bitbucket.org/orifs/ori/downloads/ MAINTAINER= mashti@cs.stanford.edu COMMENT= Ori Distributed File System -LIB_DEPENDS= libevent-2.0.so:${PORTSDIR}/devel/libevent2 \ +LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 \ libboost_date_time.so:${PORTSDIR}/devel/boost-libs \ libexecinfo.so:${PORTSDIR}/devel/libexecinfo |