diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-03-20 18:20:58 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-03-20 18:20:58 +0000 |
commit | e9739fd3f0326547cd7681b02bc2cf5a3d49d158 (patch) | |
tree | 3c33797128cab65f64d8f2205a2f75abc30b95ba /games/amphetamine | |
parent | 8c7ab03f4bf91a290e583d0c01cd959fadbc6172 (diff) |
Notes
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 |