Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Aug 2015 02:51:56 +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: r395342 - head/games/dunelegacy
Message-ID:  <201508260251.t7Q2puqe004075@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Aug 26 02:51:55 2015
New Revision: 395342
URL: https://svnweb.freebsd.org/changeset/ports/395342

Log:
  - Switch to USES=autoreconf
  
  Approved by:	portmgr blanket

Modified:
  head/games/dunelegacy/Makefile

Modified: head/games/dunelegacy/Makefile
==============================================================================
--- head/games/dunelegacy/Makefile	Wed Aug 26 02:47:10 2015	(r395341)
+++ head/games/dunelegacy/Makefile	Wed Aug 26 02:51:55 2015	(r395342)
@@ -14,8 +14,8 @@ COMMENT=	Open source clone of Dune II
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		tar:bzip2 compiler:c++11-lib
-USE_AUTOTOOLS=	autoconf
+USES=		autoreconf compiler:c++11-lib tar:bzip2
+GNU_CONFIGURE=	yes
 USE_SDL=	sdl mixer
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 MAKE_JOBS_UNSAFE=	yes



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