svn commit: r392503 - head/net-mgmt/seafile

Baptiste Daroussin bapt at FreeBSD.org
Sun Jul 19 12:37:18 UTC 2015


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


More information about the svn-ports-all mailing list