Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Sep 2016 14:26:56 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422726 - head/net/socat
Message-ID:  <201609241426.u8OEQuYC016981@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Sat Sep 24 14:26:56 2016
New Revision: 422726
URL: https://svnweb.freebsd.org/changeset/ports/422726

Log:
  Don't use USE_OPENSSL anymore.

Modified:
  head/net/socat/Makefile

Modified: head/net/socat/Makefile
==============================================================================
--- head/net/socat/Makefile	Sat Sep 24 14:22:50 2016	(r422725)
+++ head/net/socat/Makefile	Sat Sep 24 14:26:56 2016	(r422726)
@@ -13,10 +13,9 @@ COMMENT=	Multipurpose relay and more
 
 LICENSE=	GPLv2
 
-USES=		compiler cpe tar:bzip2
+USES=		compiler cpe ssl tar:bzip2
 GNU_CONFIGURE=	yes
 USE_RC_SUBR=	socat
-USE_OPENSSL=	yes
 
 CPE_VENDOR=	dest-unreach
 



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