Is there any reason why this shouldn't use freeglut (instead of glut)?

Index: Makefile
===================================================================
RCS file: /cvs/ports/games/supertuxkart/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile    6 Oct 2010 17:05:42 -0000       1.1.1.1
+++ Makefile    9 Oct 2010 14:31:56 -0000
@@ -5,6 +5,7 @@ COMMENT =               kart racing game with OSS mas
 BASENAME =             supertuxkart-0.6.2a
 DISTNAME =             ${BASENAME}-src
 PKGNAME =              ${BASENAME}
+REVISION =             0
 
 CATEGORIES =           games
 
@@ -29,7 +30,7 @@ MODULES =             devel/gettext
 BUILD_DEPENDS =                ::devel/plib
 RUN_DEPENDS =          ::devel/desktop-file-utils
 LIB_DEPENDS =          ::devel/sdl \
-                       ::graphics/glut \
+                       ::graphics/freeglut \
                        ::audio/openal \
                        ::audio/libvorbis
 

Reply via email to