svn commit: r395342 - head/games/dunelegacy

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Aug 26 02:51:56 UTC 2015


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


More information about the svn-ports-head mailing list