svn commit: r353337 - head/games/critterding

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 8 17:22:12 UTC 2014


Author: amdmi3
Date: Thu May  8 17:22:11 2014
New Revision: 353337
URL: http://svnweb.freebsd.org/changeset/ports/353337
QAT: https://qat.redports.org/buildarchive/r353337/

Log:
  - libtool is not needed, switch to libtoolize

Modified:
  head/games/critterding/Makefile

Modified: head/games/critterding/Makefile
==============================================================================
--- head/games/critterding/Makefile	Thu May  8 17:20:26 2014	(r353336)
+++ head/games/critterding/Makefile	Thu May  8 17:22:11 2014	(r353337)
@@ -14,7 +14,7 @@ LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/
 
 USES=		tar:bzip2 pkgconfig
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	autoconf:env aclocal:env automake:env libtool
+USE_AUTOTOOLS=	autoconf:env aclocal:env automake:env libtoolize
 USE_SDL=	sdl
 USE_GL=		gl
 CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2


More information about the svn-ports-all mailing list