diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-20 17:59:11 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-20 17:59:11 +0000 |
commit | ddafb9ecf264e15c08ce0ca39c1a576afe4523a4 (patch) | |
tree | c9663a8fcf4fcffda49da7f2a4f1311037c6a484 /games/sdb | |
parent | f537e495f68473510028eb0970903c939fb1ee42 (diff) |
- Get rid of USE_X_PREFIX.
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=209463
Diffstat (limited to 'games/sdb')
-rw-r--r-- | games/sdb/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/sdb/Makefile b/games/sdb/Makefile index 1b9656afc6f3..9503d2447092 100644 --- a/games/sdb/Makefile +++ b/games/sdb/Makefile @@ -7,7 +7,7 @@ PORTNAME= sdb PORTVERSION= 1.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://sdb.gamecreation.org/ \ http://www.amdmi3.ru/distfiles/ @@ -15,11 +15,9 @@ MASTER_SITES= http://sdb.gamecreation.org/ \ MAINTAINER= amdmi3@amdmi3.ru COMMENT= Futuristic overhead shooter -USE_X_PREFIX= yes USE_SDL= mixer image sdl USE_GL= yes USE_GMAKE= yes -USE_GCC= 3.4+ BUILD_WRKSRC= ${WRKSRC}/src |