Date: Sun, 19 Jul 2015 12:37:18 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392503 - head/net-mgmt/seafile Message-ID: <201507191237.t6JCbIGD053788@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Jul 19 12:37:17 2015 New Revision: 392503 URL: https://svnweb.freebsd.org/changeset/ports/392503 Log: Remove useless entry in LIB_DEPENDS (handled by USE_OPENSSL already) Reported by: kwm Modified: head/net-mgmt/seafile/Makefile Modified: head/net-mgmt/seafile/Makefile ============================================================================== --- head/net-mgmt/seafile/Makefile Sun Jul 19 12:35:21 2015 (r392502) +++ head/net-mgmt/seafile/Makefile Sun Jul 19 12:37:17 2015 (r392503) @@ -16,7 +16,6 @@ BUILD_DEPENDS= valac:${PORTSDIR}/lang/va 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507191237.t6JCbIGD053788>