svn commit: r353353 - head/games/critterding

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 8 20:45:40 UTC 2014


Author: amdmi3
Date: Thu May  8 20:45:40 2014
New Revision: 353353
URL: http://svnweb.freebsd.org/changeset/ports/353353
QAT: https://qat.redports.org/buildarchive/r353353/

Log:
  - libtool is still needed
  - Call autotools directly
  
  Submitted by:	tijl@ via private email

Modified:
  head/games/critterding/Makefile

Modified: head/games/critterding/Makefile
==============================================================================
--- head/games/critterding/Makefile	Thu May  8 20:09:13 2014	(r353352)
+++ head/games/critterding/Makefile	Thu May  8 20:45:40 2014	(r353353)
@@ -3,7 +3,7 @@
 
 PORTNAME=	critterding
 DISTVERSION=	beta12
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/sources
 
@@ -12,9 +12,10 @@ COMMENT=	Evolving Artificial Life
 
 LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2
 
-USES=		tar:bzip2 pkgconfig
+USES=		libtool pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	autoconf:env aclocal:env automake:env libtoolize
+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
@@ -30,9 +31,6 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|../share/critterding|${DATADIR}|' \
 		${WRKSRC}/src/gui/textprinter.cpp ${WRKSRC}/src/gl/glwindow.cpp
 
-pre-configure:
-	cd ${WRKSRC} && ${AUTORECONF} -fi
-
 post-install:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for f in ${PORTDOCS}


More information about the svn-ports-all mailing list