svn commit: r390239 - head/games/scorched3d
Baptiste Daroussin
bapt at FreeBSD.org
Sun Jun 21 14:35:55 UTC 2015
Author: bapt
Date: Sun Jun 21 14:35:54 2015
New Revision: 390239
URL: https://svnweb.freebsd.org/changeset/ports/390239
Log:
Convert to USES=autoreconf
Modified:
head/games/scorched3d/Makefile
Modified: head/games/scorched3d/Makefile
==============================================================================
--- head/games/scorched3d/Makefile Sun Jun 21 14:30:37 2015 (r390238)
+++ head/games/scorched3d/Makefile Sun Jun 21 14:35:54 2015 (r390239)
@@ -30,10 +30,8 @@ USE_SDL= mixer net sdl
USE_WX= 2.8
WX_CONF_ARGS= absolute
WX_UNICODE= yes
-USES= dos2unix gmake iconv openal:al,alut perl5 pkgconfig
-USE_AUTOTOOLS= aclocal automake autoconf
-ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
-AUTOMAKE_ARGS= --add-missing --copy --force --foreign
+USES= autoreconf dos2unix gmake iconv openal:al,alut perl5 pkgconfig
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${DATADIR}
DOS2UNIX_FILES= src/client/GLEXT/GLFont2dFreeType.h \
More information about the svn-ports-all
mailing list