diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-07-01 17:06:41 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-07-01 17:06:41 +0000 |
commit | 328b757bf2b6c173ce65d3872ea462f25a5d5f9b (patch) | |
tree | 9a761809da3b45684b09bc2f0d6091132e77c78a /games/scorched3d | |
parent | ab98d6018836ec7c6f81c02805fae5314c044f04 (diff) |
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!)
Notes
Notes:
svn path=/head/; revision=112679
Diffstat (limited to 'games/scorched3d')
-rw-r--r-- | games/scorched3d/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/scorched3d/Makefile b/games/scorched3d/Makefile index 5df4f456de82..7060bfacbf7d 100644 --- a/games/scorched3d/Makefile +++ b/games/scorched3d/Makefile @@ -28,7 +28,7 @@ GNU_CONFIGURE= yes USE_GL= yes USE_GMAKE= yes USE_AUTOMAKE_VER= 15 -USE_AUTOCONF_VER= 257 +USE_AUTOCONF_VER= 259 AUTOMAKE_ARGS= --foreign CONFIGURE_ARGS= --with-wx-config=${X11BASE}/bin/wxgtk2-2.4-config @@ -48,7 +48,7 @@ BROKEN= "Does not compile on !i386 and !amd64" pre-configure: @cd ${WRKSRC}/scripts && ${PERL} createAMMakefile.pl - @cd ${WRKSRC} && aclocal + @cd ${WRKSRC} && ${ACLOCAL} pre-install: @mkdir -p ${PREFIX}/games/scorched3d |