svn commit: r330585 - head/devel/gnucflow
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Oct 17 01:15:05 UTC 2013
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}
More information about the svn-ports-all
mailing list