svn commit: r436257 - head/security/cyrus-sasl2

Antoine Brodin antoine at FreeBSD.org
Wed Mar 15 20:28:55 UTC 2017


Author: antoine
Date: Wed Mar 15 20:28:53 2017
New Revision: 436257
URL: https://svnweb.freebsd.org/changeset/ports/436257

Log:
  Unbreak, do not overwrite USES

Modified:
  head/security/cyrus-sasl2/Makefile.common

Modified: head/security/cyrus-sasl2/Makefile.common
==============================================================================
--- head/security/cyrus-sasl2/Makefile.common	Wed Mar 15 19:50:43 2017	(r436256)
+++ head/security/cyrus-sasl2/Makefile.common	Wed Mar 15 20:28:53 2017	(r436257)
@@ -12,7 +12,7 @@ LICENSE=	BSD4CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USE_LDCONFIG=	yes
-USES=		ssl
+USES+=		ssl
 GNU_CONFIGURE=	yes
 
 CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc \


More information about the svn-ports-head mailing list