aboutsummaryrefslogtreecommitdiff
path: root/games/gltron
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-08-03 09:28:57 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-08-03 09:28:57 +0000
commitc6bcad2436d925c98052ed292bd0794ae0e34b45 (patch)
tree4752ebd6e8eb5959ebf00516e4ecf7156215bbce /games/gltron
parentfbd121eee966abfc21d176cbede935ecd6bf1a34 (diff)
downloadports-c6bcad2436d925c98052ed292bd0794ae0e34b45.tar.gz
ports-c6bcad2436d925c98052ed292bd0794ae0e34b45.zip
Notes
Diffstat (limited to 'games/gltron')
-rw-r--r--games/gltron/Makefile2
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}"