diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-25 23:02:53 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-25 23:02:53 +0000 |
commit | 580028c06a01bc31451ff92ae19e4af025fb9796 (patch) | |
tree | 3bb5ece85fe614ec73f964c9e863c48d3a4dd88e /games | |
parent | f5eaf73f80c4e224800ca6a4816a680864319db5 (diff) | |
download | FreeBSD-ports-580028c06a01bc31451ff92ae19e4af025fb9796.zip FreeBSD-ports-580028c06a01bc31451ff92ae19e4af025fb9796.tar.gz |
- USE_GL
- Remove USE_X_PREFIX
PR: 121975
Submitted by: Chess Griffin <chess@chessgriffin.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/glmaze/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/glmaze/Makefile b/games/glmaze/Makefile index 2c27ba3..c813e4c 100644 --- a/games/glmaze/Makefile +++ b/games/glmaze/Makefile @@ -6,7 +6,7 @@ PORTNAME= glmaze PORTVERSION= 1.1a -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,10 +14,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Multiplayer OpenGL Maze Game -USE_GL= yes +USE_GL= gl USE_SDL= mixer sdl WRKSRC= ${WRKDIR}/${PORTNAME} -USE_X_PREFIX= yes MAN1= glmaze.1 |