Date: Sun, 21 Jun 2015 14:28:01 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390237 - head/games/openalchemist Message-ID: <201506211428.t5LES1CI085659@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506211428.t5LES1CI085659>