diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-02-20 02:57:04 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-02-20 02:57:04 +0000 |
commit | a9425224f10817058f5b991255cf3a7c71c0b356 (patch) | |
tree | a7fed64054defb433132b1227a0e77028e02fb2f /net-mgmt/seafile-client/Makefile | |
parent | 0035e437637bd3cb16ac0a9e3a90ab639ace3666 (diff) |
Notes
Diffstat (limited to 'net-mgmt/seafile-client/Makefile')
-rw-r--r-- | net-mgmt/seafile-client/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/seafile-client/Makefile b/net-mgmt/seafile-client/Makefile index ba8a0c56ce0e..a511a35d65f4 100644 --- a/net-mgmt/seafile-client/Makefile +++ b/net-mgmt/seafile-client/Makefile @@ -3,6 +3,7 @@ PORTNAME= seafile-client PORTVERSION= 6.0.3 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net-mgmt MAINTAINER= ultima1252@gmail.com @@ -18,7 +19,7 @@ LIB_DEPENDS= libsearpc.so:devel/libsearpc \ libcurl.so:ftp/curl \ libinotify.so:devel/libinotify \ libccnet.so:net-mgmt/ccnet-client \ - libevent.so:devel/libevent2 \ + libevent.so:devel/libevent \ libuuid.so:misc/e2fsprogs-libuuid \ libjansson.so:devel/jansson RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ |