diff options
Diffstat (limited to 'games/gltron/Makefile')
-rw-r--r-- | games/gltron/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gltron/Makefile b/games/gltron/Makefile index 7dcbe0ace7b2..78adf5128a0f 100644 --- a/games/gltron/Makefile +++ b/games/gltron/Makefile @@ -13,7 +13,6 @@ MASTER_SITES= http://gltron.sourceforge.net/download/ MAINTAINER= will@FreeBSD.org LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ - glut.3:${PORTSDIR}/graphics/Mesa3 \ png.4:${PORTSDIR}/graphics/png .if defined(NO_SOUND) @@ -23,6 +22,7 @@ SOUND="-DSOUND" .endif USE_X_PREFIX= yes +USE_MESA= yes GNU_CONFIGURE= yes USE_GMAKE= yes MAKE_ENV+= OPT="${CFLAGS}" SOUND="${SOUND}" |