- Convert explicit dependency on `devel/libexecinfo' to USES=execinfo

- Drop redundant WRKSRC assignment and excessive capitalization of COMMENT
This commit is contained in:
Alexey Dokuchaev 2015-10-27 02:39:38 +00:00
parent 6fb4e98369
commit 195392316e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400213

View File

@ -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