diff options
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 13982855b98e..f84547836629 100644 --- a/net-mgmt/seafile-client/Makefile +++ b/net-mgmt/seafile-client/Makefile @@ -1,6 +1,7 @@ PORTNAME= seafile-client DISTVERSIONPREFIX= v DISTVERSION= 9.0.6 +PORTREVISION= 1 CATEGORIES= net-mgmt MAINTAINER= ultima@FreeBSD.org @@ -14,7 +15,7 @@ LIB_DEPENDS= libsearpc.so:devel/libsearpc \ libcurl.so:ftp/curl \ libinotify.so:devel/libinotify \ libevent.so:devel/libevent \ - libuuid.so:misc/e2fsprogs-libuuid \ + libuuid.so:misc/libuuid \ libjansson.so:devel/jansson \ libwebsockets.so:net/libwebsockets RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ |