svn commit: r392830 - head/security/openssh-portable

Bryan Drewery bdrewery at FreeBSD.org
Fri Jul 24 17:01:59 UTC 2015


Author: bdrewery
Date: Fri Jul 24 17:01:58 2015
New Revision: 392830
URL: https://svnweb.freebsd.org/changeset/ports/392830

Log:
  Use new USES=libedit

Modified:
  head/security/openssh-portable/Makefile

Modified: head/security/openssh-portable/Makefile
==============================================================================
--- head/security/openssh-portable/Makefile	Fri Jul 24 16:58:16 2015	(r392829)
+++ head/security/openssh-portable/Makefile	Fri Jul 24 17:01:58 2015	(r392830)
@@ -77,6 +77,7 @@ PAM_CONFIGURE_WITH=	pam
 TCP_WRAPPERS_CONFIGURE_WITH=	tcp-wrappers
 
 LIBEDIT_CONFIGURE_WITH=	libedit
+LIBEDIT_USES=		libedit
 BSM_CONFIGURE_ON=	--with-audit=bsm
 
 ETCDIR?=		${PREFIX}/etc/ssh


More information about the svn-ports-all mailing list