diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-02-20 07:55:19 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-02-20 07:55:19 +0000 |
commit | eb673b49fa51d23e3188377e6c3d675999ec02c1 (patch) | |
tree | 8610be95923c61fe8735ef405e57a738a7c871d9 /games/scorched3d/Makefile | |
parent | a9f1a84f73240f70919e50a17d549961f09cdeae (diff) | |
download | ports-eb673b49fa51d23e3188377e6c3d675999ec02c1.tar.gz ports-eb673b49fa51d23e3188377e6c3d675999ec02c1.zip |
Notes
Diffstat (limited to 'games/scorched3d/Makefile')
-rw-r--r-- | games/scorched3d/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/games/scorched3d/Makefile b/games/scorched3d/Makefile index ee1f2d4a6b7e..304b16d2afd8 100644 --- a/games/scorched3d/Makefile +++ b/games/scorched3d/Makefile @@ -7,7 +7,6 @@ PORTNAME= scorched3d PORTVERSION= 0.${SCORCH_VERSION} -PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= scorched3d @@ -18,7 +17,7 @@ COMMENT= Scorched is a game based loosely on the classic DOS game LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2 -SCORCH_VERSION= 37.2 +SCORCH_VERSION= 38 .if defined(WITH_MYSQL) USE_MYSQL= yes @@ -28,7 +27,7 @@ GNU_CONFIGURE= yes USE_GL= yes USE_GMAKE= yes USE_AUTOMAKE_VER= 15 -USE_AUTOCONF_VER= 259 +USE_AUTOCONF_VER= 253 WRKSRC= ${WRKDIR}/scorched AUTOMAKE_ARGS= --foreign @@ -45,10 +44,6 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" \ .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" && ${ARCH} != "amd64" -BROKEN= "Does not compile on !i386 and !amd64" -.endif - pre-configure: @cd ${WRKSRC}/scripts && ${PERL} createAMMakefile.pl @cd ${WRKSRC} && ${ACLOCAL} |