diff options
author | beech <beech@FreeBSD.org> | 2008-03-19 14:48:34 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-03-19 14:48:34 +0800 |
commit | 06f0baacde9e279c806918816eca529d5acff16d (patch) | |
tree | 4983284588834b279ddaef29f9547ee9fcd380a0 /games/apoolGL | |
parent | 1a0a08bd8855f83243e0a58a225838b776b5109d (diff) | |
download | freebsd-ports-gnome-06f0baacde9e279c806918816eca529d5acff16d.tar.gz freebsd-ports-gnome-06f0baacde9e279c806918816eca529d5acff16d.tar.zst freebsd-ports-gnome-06f0baacde9e279c806918816eca529d5acff16d.zip |
- Remove USE_X_PREFIX
- Fix UES_GL
- Bump portrevision
Submitted by: Chess Griffin <chess@chessgriffin.com>
Diffstat (limited to 'games/apoolGL')
-rw-r--r-- | games/apoolGL/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/apoolGL/Makefile b/games/apoolGL/Makefile index 7eeaaca5efce..aaf4148ad10b 100644 --- a/games/apoolGL/Makefile +++ b/games/apoolGL/Makefile @@ -7,7 +7,7 @@ PORTNAME= apoolGL PORTVERSION= 0.99.22 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://www.planetjahn.de/files/ DISTNAME= ${PORTNAME}-099-pre22 @@ -15,9 +15,8 @@ DISTNAME= ${PORTNAME}-099-pre22 MAINTAINER= ports@FreeBSD.org COMMENT= Another billiard simulator -USE_X_PREFIX= yes USE_SDL= sdl -USE_GL= yes +USE_GL= gl PORTDOCS= ApoolGL.txt CHANGELOG OpenGL-Features |