svn commit: r344343 - head/games/frobtads

Martin Wilke miwi at FreeBSD.org
Sat Feb 15 10:06:31 UTC 2014


Author: miwi
Date: Sat Feb 15 10:06:30 2014
New Revision: 344343
URL: http://svnweb.freebsd.org/changeset/ports/344343
QAT: https://qat.redports.org/buildarchive/r344343/

Log:
  - Stage support
  - Convert USE_GMAKE to USES

Modified:
  head/games/frobtads/Makefile

Modified: head/games/frobtads/Makefile
==============================================================================
--- head/games/frobtads/Makefile	Sat Feb 15 10:05:22 2014	(r344342)
+++ head/games/frobtads/Makefile	Sat Feb 15 10:06:30 2014	(r344343)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl \
 
 CONFLICTS=	tads-2.*
 
-USE_GMAKE=	yes
+USES=		gmake
 USE_AUTOTOOLS=	automake autoconf
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LIBS="-lcompat"
@@ -24,7 +24,6 @@ CONFIGURE_ENV=	LIBS="-lcompat"
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 pre-configure:
 	(cd ${WRKSRC}; ${SH} bootstrap)
 


More information about the svn-ports-all mailing list