svn commit: r422726 - head/net/socat

Emanuel Haupt ehaupt at FreeBSD.org
Sat Sep 24 14:26:57 UTC 2016


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
 


More information about the svn-ports-head mailing list