svn commit: r368542 - head/games/critterding
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Sep 19 07:45:28 UTC 2014
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
More information about the svn-ports-all
mailing list