Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 2014 07:45:28 +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: r368542 - head/games/critterding
Message-ID:  <201409190745.s8J7jSSB062646@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Sep 19 07:45:28 2014
New Revision: 368542
URL: http://svnweb.freebsd.org/changeset/ports/368542
QAT: https://qat.redports.org/buildarchive/r368542/

Log:
  - Switch to USES=autoreconf

Modified:
  head/games/critterding/Makefile

Modified: head/games/critterding/Makefile
==============================================================================
--- head/games/critterding/Makefile	Fri Sep 19 07:25:40 2014	(r368541)
+++ head/games/critterding/Makefile	Fri Sep 19 07:45:28 2014	(r368542)
@@ -12,10 +12,8 @@ COMMENT=	Evolving Artificial Life
 
 LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2
 
-USES=		libtool pkgconfig tar:bzip2
+USES=		autoreconf libtool pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	autoconf aclocal autoheader automake libtoolize
-AUTOMAKE_ARGS=	-a -c -f
 USE_SDL=	sdl
 USE_GL=		gl
 CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2



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