svn commit: r340964 - head/devel/rote

Baptiste Daroussin bapt at FreeBSD.org
Sat Jan 25 00:28:34 UTC 2014


Author: bapt
Date: Sat Jan 25 00:28:34 2014
New Revision: 340964
URL: http://svnweb.freebsd.org/changeset/ports/340964
QAT: https://qat.redports.org/buildarchive/r340964/

Log:
  Support stage

Modified:
  head/devel/rote/Makefile

Modified: head/devel/rote/Makefile
==============================================================================
--- head/devel/rote/Makefile	Sat Jan 25 00:25:54 2014	(r340963)
+++ head/devel/rote/Makefile	Sat Jan 25 00:28:34 2014	(r340964)
@@ -10,12 +10,11 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A simple library for VT102 terminal emulation
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 USE_LDCONFIG=	yes
 
 PLIST_FILES=	bin/rote-config include/rote/rote.h \
 		lib/librote.so.${PORTVERSION} lib/librote.so.0 lib/librote.so
 PLIST_DIRS=	include/rote
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list