diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-07-19 12:37:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-07-19 12:37:17 +0000 |
commit | fd59c2db4218715ffcf63f92225e74215f72cbc5 (patch) | |
tree | 4d4f287038fe50d1398fc2d491646a950205a2bd | |
parent | Update to 0.6.3 (diff) |
Remove useless entry in LIB_DEPENDS (handled by USE_OPENSSL already)
Reported by: kwm
-rw-r--r-- | net-mgmt/seafile/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-mgmt/seafile/Makefile b/net-mgmt/seafile/Makefile index 5f1d1f89f68a..43ef920acc0f 100644 --- a/net-mgmt/seafile/Makefile +++ b/net-mgmt/seafile/Makefile @@ -16,7 +16,6 @@ BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala LIB_DEPENDS= libsearpc.so:${PORTSDIR}/devel/libsearpc \ libevhtp.so:${PORTSDIR}/www/libevhtp \ libzdb.so:${PORTSDIR}/databases/libzdb \ - libcrypto.so:${PORTSDIR}/security/openssl \ libcurl.so:${PORTSDIR}/ftp/curl \ libinotify.so:${PORTSDIR}/devel/libinotify \ libccnet.so:${PORTSDIR}/net-mgmt/ccnet |