diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-10-27 02:39:38 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-10-27 02:39:38 +0000 |
commit | 195392316e87580901f2a6f650ada9cdf4749924 (patch) | |
tree | 440d57039c89cf813e7c484508aeb673bfb29bea | |
parent | 6fb4e983692b8c172e0394e06885320af31deee3 (diff) | |
download | ports-195392316e87580901f2a6f650ada9cdf4749924.tar.gz ports-195392316e87580901f2a6f650ada9cdf4749924.zip |
Notes
-rw-r--r-- | sysutils/ori/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sysutils/ori/Makefile b/sysutils/ori/Makefile index fcc6ea72797d..0f1bea738c32 100644 --- a/sysutils/ori/Makefile +++ b/sysutils/ori/Makefile @@ -8,15 +8,12 @@ CATEGORIES= sysutils net MASTER_SITES= http://cdn.bitbucket.org/orifs/ori/downloads/ MAINTAINER= mashti@cs.stanford.edu -COMMENT= Ori Distributed File System +COMMENT= Ori distributed file system LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 \ - libboost_date_time.so:${PORTSDIR}/devel/boost-libs \ - libexecinfo.so:${PORTSDIR}/devel/libexecinfo + libboost_date_time.so:${PORTSDIR}/devel/boost-libs -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -USES= pkgconfig fuse scons tar:xz +USES= execinfo fuse pkgconfig scons tar:xz USE_OPENSSL= yes WITH_OPENSSL_PORT= yes |