svn commit: r340512 - head/devel/libcli

Baptiste Daroussin bapt at FreeBSD.org
Tue Jan 21 00:21:49 UTC 2014


Author: bapt
Date: Tue Jan 21 00:21:49 2014
New Revision: 340512
URL: http://svnweb.freebsd.org/changeset/ports/340512
QAT: https://qat.redports.org/buildarchive/r340512/

Log:
  support stage

Modified:
  head/devel/libcli/Makefile

Modified: head/devel/libcli/Makefile
==============================================================================
--- head/devel/libcli/Makefile	Tue Jan 21 00:20:56 2014	(r340511)
+++ head/devel/libcli/Makefile	Tue Jan 21 00:21:49 2014	(r340512)
@@ -11,7 +11,7 @@ COMMENT=	Emulates a Cisco style command-
 
 LICENSE=	LGPL21
 
-USE_GMAKE=	yes
+USES=		gmake
 USE_LDCONFIG=	yes
 
 PLIST_FILES=	lib/libcli.so \
@@ -20,5 +20,4 @@ PLIST_FILES=	lib/libcli.so \
 		lib/libcli.so.19 \
 		include/libcli.h
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list