[Midnightbsd-cvs] mports: Makefile: add missing depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Mar 30 18:46:06 EDT 2009


Log Message:
-----------
add missing depends

Modified Files:
--------------
    mports/games/supertux:
        Makefile (r1.2 -> r1.3)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/games/supertux/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L games/supertux/Makefile -L games/supertux/Makefile -u -r1.2 -r1.3
--- games/supertux/Makefile
+++ games/supertux/Makefile
@@ -7,6 +7,7 @@
 
 PORTNAME=	supertux
 PORTVERSION=	0.1.3
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	http://download.berlios.de/supertux/
 
@@ -18,6 +19,7 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd6.1
 USE_SDL=	sdl mixer image
+USE_GL=		yes
 USE_GMAKE=	yes
 
 .include <bsd.port.mk>


More information about the Midnightbsd-cvs mailing list