Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Mar 2017 20:28:54 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436257 - head/security/cyrus-sasl2
Message-ID:  <201703152028.v2FKSsPg032587@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703152028.v2FKSsPg032587>