diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/blobwars/Makefile | 3 | ||||
-rw-r--r-- | games/xpuyopuyo/Makefile | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/games/blobwars/Makefile b/games/blobwars/Makefile index 312115c64fa..6b5ec066adc 100644 --- a/games/blobwars/Makefile +++ b/games/blobwars/Makefile @@ -7,7 +7,7 @@ PORTNAME= blobwars DISTVERSION= 1.04-1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR=distfiles @@ -18,7 +18,6 @@ COMMENT= You are the fearless Blob agent, Bob MAKEFILE= makefile MAKE_ENV= CXX="${CXX}" -USE_X_PREFIX= yes USE_SDL= sdl image mixer ttf USE_GMAKE= yes WRKSRC= ${WRKDIR}/blobwars-1.04 diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile index d44e8aa41a4..3048aab61ba 100644 --- a/games/xpuyopuyo/Makefile +++ b/games/xpuyopuyo/Makefile @@ -7,7 +7,7 @@ PORTNAME= xpuyopuyo PORTVERSION= 0.9.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://chaos2.org/xpuyopuyo/ @@ -15,8 +15,7 @@ MAINTAINER= yinjieh@csie.nctu.edu.tw COMMENT= A puzzle game, somewhat like Tetris USE_GMAKE= yes -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm USE_AUTOTOOLS= autoconf:213 USE_GNOME= gtk12 WANT_GNOME= yes |