Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2013 01:15:05 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330585 - head/devel/gnucflow
Message-ID:  <201310170115.r9H1F5ww010574@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Oct 17 01:15:05 2013
New Revision: 330585
URL: http://svnweb.freebsd.org/changeset/ports/330585

Log:
  - Support staging
  - Convert USE_GMAKE to USES

Modified:
  head/devel/gnucflow/Makefile

Modified: head/devel/gnucflow/Makefile
==============================================================================
--- head/devel/gnucflow/Makefile	Thu Oct 17 01:14:44 2013	(r330584)
+++ head/devel/gnucflow/Makefile	Thu Oct 17 01:15:05 2013	(r330585)
@@ -15,13 +15,15 @@ CONFLICTS=	bsdcflow-[0-9]* cflow-[0-9]*
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 
 INFO=		cflow
 
 PLIST_FILES=	bin/cflow
 
-NO_STAGE=	yes
+OPTIONS_DEFINE=	NLS
+OPTIONS_DEFAULT=NLS
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}



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