Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Feb 2014 10:06:31 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344343 - head/games/frobtads
Message-ID:  <201402151006.s1FA6VGq040292@svn.freebsd.org>

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



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