svn commit: r390237 - head/games/openalchemist

Baptiste Daroussin bapt at FreeBSD.org
Sun Jun 21 14:28:02 UTC 2015


Author: bapt
Date: Sun Jun 21 14:28:01 2015
New Revision: 390237
URL: https://svnweb.freebsd.org/changeset/ports/390237

Log:
  Convert to USES=autoreconf

Modified:
  head/games/openalchemist/Makefile

Modified: head/games/openalchemist/Makefile
==============================================================================
--- head/games/openalchemist/Makefile	Sun Jun 21 14:24:08 2015	(r390236)
+++ head/games/openalchemist/Makefile	Sun Jun 21 14:28:01 2015	(r390237)
@@ -22,9 +22,6 @@ LIB_DEPENDS=	libclanCore.so:${PORTSDIR}/
 	libjpeg.so:${PORTSDIR}/graphics/jpeg \
 	libpng.so:${PORTSDIR}/graphics/png
 
-USE_AUTOTOOLS=	aclocal automake autoconf
-# Necessary to find pkg.m4 (PKG_CHECK_MODULES)
-ACLOCAL_ARGS+=	-I ${LOCALBASE}/share/aclocal
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-lpthread -L${LOCALBASE}/lib
 GNU_CONFIGURE=	yes
@@ -32,7 +29,7 @@ USE_GNOME=	pygtk2
 USE_XORG=	xxf86vm xi x11 xmu xext xdamage xfixes xau xdmcp xt sm ice
 USE_GL=		gl glu
 USE_SDL=	sdl gfx
-USES=		pkgconfig iconv shebangfix gmake
+USES=		autoreconf pkgconfig iconv shebangfix gmake
 SHEBANG_FILES=	openalchemist-config
 
 PORTDOCS=	AUTHORS ChangeLog README TODO


More information about the svn-ports-all mailing list