[Midnightbsd-cvs] mports: Makefile: Fix for autoconf

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Nov 7 18:04:10 EST 2007


Log Message:
-----------
Fix for autoconf

Modified Files:
--------------
    mports/games/tuxracer:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/games/tuxracer/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L games/tuxracer/Makefile -L games/tuxracer/Makefile -u -r1.1 -r1.2
--- games/tuxracer/Makefile
+++ games/tuxracer/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	tuxracer
 PORTVERSION=	0.61
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=tuxracer
@@ -23,7 +23,7 @@
 USE_SDL=	mixer sdl
 USE_GL=	yes
 USE_GMAKE=	yes
-USE_AUTOTOOLS=	automake:14 autoconf:213
+USE_AUTOTOOLS=	automake:14 autoconf:261
 AUTOMAKE_ARGS=	-a
 CONFIGURE_ENV=	THREAD_LIB="${PTHREAD_LIBS}"
 MAKE_ENV=	${CONFIGURE_ENV}


More information about the Midnightbsd-cvs mailing list