diff options
author | Will Andrews <will@FreeBSD.org> | 2000-03-29 09:02:04 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-03-29 09:02:04 +0000 |
commit | 88be74c92dee0ba2cc672e70bfd6c70e2a841182 (patch) | |
tree | d4a32317c068ca028b12f5e46f0906433cfb0a86 /games/gltron | |
parent | Update WWW. (diff) |
Take over some ports.
Notes
Notes:
svn path=/head/; revision=27118
Diffstat (limited to 'games/gltron')
-rw-r--r-- | games/gltron/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/gltron/Makefile b/games/gltron/Makefile index 4b04abf51d5c..cd4ef67ecac1 100644 --- a/games/gltron/Makefile +++ b/games/gltron/Makefile @@ -10,11 +10,9 @@ DISTNAME= gltron-0.53 CATEGORIES= games MASTER_SITES= http://www.ards.net/Andreas/gltron/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= will@FreeBSD.org -LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 \ - GLU.14:${PORTSDIR}/graphics/Mesa3 \ - glut.3:${PORTSDIR}/graphics/Mesa3 +LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/Mesa3 USE_X_PREFIX= yes USE_GMAKE= yes |