svn commit: r355393 - head/security/lsh

Baptiste Daroussin bapt at FreeBSD.org
Mon May 26 15:40:05 UTC 2014


Author: bapt
Date: Mon May 26 15:40:05 2014
New Revision: 355393
URL: http://svnweb.freebsd.org/changeset/ports/355393
QAT: https://qat.redports.org/buildarchive/r355393/

Log:
  Fix INDEX
  
  With hat:	portmgr

Modified:
  head/security/lsh/Makefile

Modified: head/security/lsh/Makefile
==============================================================================
--- head/security/lsh/Makefile	Mon May 26 15:38:21 2014	(r355392)
+++ head/security/lsh/Makefile	Mon May 26 15:40:05 2014	(r355393)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	oop:${PORTSDIR}/devel/liboo
 USE_CSTD=	c89
 GNU_CONFIGURE=	yes
 USE_XORG=	xau
-USES=		yes
+USES=		gmake
 INSTALL_TARGET=	install
 CONFIGURE_ENV=	PREFIX="${PREFIX}"
 CONFIGURE_ARGS+=	--with-include-path=${LOCALBASE}/include


More information about the svn-ports-all mailing list