diff options
Diffstat (limited to 'games/tuxracer')
-rw-r--r-- | games/tuxracer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/tuxracer/Makefile b/games/tuxracer/Makefile index 72044bb067ef..ad6eb51d3845 100644 --- a/games/tuxracer/Makefile +++ b/games/tuxracer/Makefile @@ -7,7 +7,7 @@ PORTNAME= tuxracer PORTVERSION= 0.61 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=tuxracer @@ -22,7 +22,7 @@ LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83 USE_SDL= mixer sdl USE_GL= yes USE_GMAKE= yes -USE_AUTOTOOLS= automake:14 autoconf:213 +USE_AUTOTOOLS= automake:14 autoconf:253 AUTOMAKE_ARGS= -a CONFIGURE_ENV= THREAD_LIB="${PTHREAD_LIBS}" MAKE_ENV= ${CONFIGURE_ENV} |