svn commit: r438151 - head/net/socat

Emanuel Haupt ehaupt at FreeBSD.org
Mon Apr 10 11:45:41 UTC 2017


Author: ehaupt
Date: Mon Apr 10 11:45:39 2017
New Revision: 438151
URL: https://svnweb.freebsd.org/changeset/ports/438151

Log:
  Remove superfluous configure argument.
  
  Notified by:	mat

Modified:
  head/net/socat/Makefile

Modified: head/net/socat/Makefile
==============================================================================
--- head/net/socat/Makefile	Mon Apr 10 11:37:56 2017	(r438150)
+++ head/net/socat/Makefile	Mon Apr 10 11:45:39 2017	(r438151)
@@ -28,7 +28,6 @@ PORTDOCS=	EXAMPLES README SECURITY FAQ
 OPTIONS_DEFINE=	DOCS READLINE
 
 READLINE_CONFIGURE_ENABLE=	readline
-READLINE_CONFIGURE_OFF=		--disable-readline
 READLINE_USES=			readline
 
 .include <bsd.port.pre.mk>


More information about the svn-ports-head mailing list