diff options
author | beech <beech@FreeBSD.org> | 2008-03-21 02:20:58 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-03-21 02:20:58 +0800 |
commit | fd83ed660b69dee03307bd2180425bd33ad3c603 (patch) | |
tree | 66676856c132fc73de610b25516cd03a11b6a087 /games/amphetamine | |
parent | 5b7ba75f60b3007b38caf70e70294389dd4eaf2b (diff) | |
download | freebsd-ports-gnome-fd83ed660b69dee03307bd2180425bd33ad3c603.tar.gz freebsd-ports-gnome-fd83ed660b69dee03307bd2180425bd33ad3c603.tar.zst freebsd-ports-gnome-fd83ed660b69dee03307bd2180425bd33ad3c603.zip |
- Remove USE_X_PREFIX
- USE_XPM --> USE_XORG= xpm
- Bump portrevision
Submitted by: Chess Griffin <chess@chessgriffin.com>
Diffstat (limited to 'games/amphetamine')
-rw-r--r-- | games/amphetamine/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/amphetamine/Makefile b/games/amphetamine/Makefile index 34a735b1f90b..16777e2335ae 100644 --- a/games/amphetamine/Makefile +++ b/games/amphetamine/Makefile @@ -7,7 +7,7 @@ PORTNAME= amphetamine PORTVERSION= 0.8.10 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= http://n.ethz.ch/student/loehrerl/amph/files/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -17,8 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A 2D - Jump'n'run shooter USE_BZIP2= yes -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm USE_SDL= sdl USE_GMAKE= yes |