Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2014 00:28:34 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340964 - head/devel/rote
Message-ID:  <201401250028.s0P0SYp1013796@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401250028.s0P0SYp1013796>