From b17d5467f3a48906aed1fa38a10473fd10c147cd Mon Sep 17 00:00:00 2001 From: linimon Date: Sun, 30 Sep 2007 04:30:14 +0000 Subject: Add USE_PERL5. This will be needed to conditionalize bsd.perl.mk inclusion. Also, switch autoconf dependency to 2.61. Hat: portmgr --- games/scorched3d/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'games') diff --git a/games/scorched3d/Makefile b/games/scorched3d/Makefile index 9b05cf4b2bd0..741bf57ec3ae 100644 --- a/games/scorched3d/Makefile +++ b/games/scorched3d/Makefile @@ -7,7 +7,7 @@ PORTNAME= scorched3d PORTVERSION= 0.${SCORCH_VERSION}${SCORCH_REVISION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= scorched3d @@ -29,7 +29,8 @@ USE_SDL= mixer net sdl GNU_CONFIGURE= yes USE_GL= yes USE_GMAKE= yes -USE_AUTOTOOLS= automake:15 autoconf:253 +USE_AUTOTOOLS= automake:15 autoconf:261 +USE_PERL5= yes USE_WX= 2.6 WX_CONF_ARGS= absolute -- cgit