svn commit: r342014 - head/security/crank

Martin Wilke miwi at FreeBSD.org
Fri Jan 31 16:24:02 UTC 2014


Author: miwi
Date: Fri Jan 31 16:24:01 2014
New Revision: 342014
URL: http://svnweb.freebsd.org/changeset/ports/342014
QAT: https://qat.redports.org/buildarchive/r342014/

Log:
  - Stage support
  - Convert to USES

Modified:
  head/security/crank/Makefile

Modified: head/security/crank/Makefile
==============================================================================
--- head/security/crank/Makefile	Fri Jan 31 16:14:42 2014	(r342013)
+++ head/security/crank/Makefile	Fri Jan 31 16:24:01 2014	(r342014)
@@ -17,9 +17,8 @@ GNU_CONFIGURE=	yes
 GUILE_CONFIG=	${LOCALBASE}/bin/guile-config
 LDFLAGS+=	`${GUILE_CONFIG} link`
 CFLAGS+=	`${GUILE_CONFIG} compile`
-USE_GMAKE=	yes
+USE_USES=	gmake
 
 INFO=		crank
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list