diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-06-29 16:03:04 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-06-29 16:03:04 +0000 |
commit | b3f2dd5b98e787113a8bbe44c2d0f4026b8fad4b (patch) | |
tree | 954896e33591d5e26e88d50f847a84eaa1bdb898 /net-mgmt/seafile | |
parent | 2b3042e033acc008036bd788bf2d7b03e44b7106 (diff) | |
download | ports-b3f2dd5b98e787113a8bbe44c2d0f4026b8fad4b.tar.gz ports-b3f2dd5b98e787113a8bbe44c2d0f4026b8fad4b.zip |
Notes
Diffstat (limited to 'net-mgmt/seafile')
-rw-r--r-- | net-mgmt/seafile/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/net-mgmt/seafile/Makefile b/net-mgmt/seafile/Makefile index fa0411297f3a..458bb0fd117c 100644 --- a/net-mgmt/seafile/Makefile +++ b/net-mgmt/seafile/Makefile @@ -18,15 +18,19 @@ LIB_DEPENDS= libsearpc.so:devel/libsearpc \ libzdb.so:databases/libzdb \ libcurl.so:ftp/curl \ libinotify.so:devel/libinotify \ - libccnet.so:net-mgmt/ccnet + libccnet.so:net-mgmt/ccnet \ + libevent.so:devel/libevent2 \ + libuuid.so:misc/e2fsprogs-libuuid \ + libjansson.so:devel/jansson RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ bash:shells/bash USE_GITHUB= yes GH_ACCOUNT= haiwen -USES= autoreconf iconv libarchive libtool mysql pathfix pkgconfig python:-2.7 \ - shebangfix +USES= autoreconf gettext iconv libarchive libtool mysql pathfix \ + pkgconfig python:-2.7 shebangfix sqlite +USE_GNOME= glib20 SHEBANG_FILES= scripts/*.sh scripts/upgrade/*.sh tests/*.py tests/basic/*.sh \ tests/sync-auto-test/*.template *.sh scripts/build/*.py \ scripts/*.py *.py scripts/upgrade/*.py app/seaf-cli \ |