diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-30 12:30:14 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-30 12:30:14 +0800 |
commit | b17d5467f3a48906aed1fa38a10473fd10c147cd (patch) | |
tree | 981fdbfeb5529ccbd68abcb4abf1538a2b4cf2f4 /games | |
parent | ff288cf007a5f5a5bc85237067de2e141fafb9f2 (diff) | |
download | freebsd-ports-gnome-b17d5467f3a48906aed1fa38a10473fd10c147cd.tar.gz freebsd-ports-gnome-b17d5467f3a48906aed1fa38a10473fd10c147cd.tar.zst freebsd-ports-gnome-b17d5467f3a48906aed1fa38a10473fd10c147cd.zip |
Add USE_PERL5. This will be needed to conditionalize bsd.perl.mk inclusion.
Also, switch autoconf dependency to 2.61.
Hat: portmgr
Diffstat (limited to 'games')
-rw-r--r-- | games/scorched3d/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |