diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 13:03:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 13:03:55 +0000 |
commit | 270a2cb06bac9deaa83a7bf518d24dd5290f1038 (patch) | |
tree | d906a1023121e31d8ba733cea9aaadba68454b16 /games/gltron | |
parent | cf39093e7bc1b82429c6b399fd5ba0c35dad1c06 (diff) |
Notes
Diffstat (limited to 'games/gltron')
-rw-r--r-- | games/gltron/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/gltron/Makefile b/games/gltron/Makefile index cdc2123a527f..223254204c8c 100644 --- a/games/gltron/Makefile +++ b/games/gltron/Makefile @@ -7,7 +7,7 @@ PORTNAME= gltron PORTVERSION= 0.70 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +18,6 @@ COMMENT= A 3D worm game for two players for X Window System LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png -USE_X_PREFIX= yes USE_GL= yes USE_SDL= sdl sound USE_GMAKE= yes |