diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-22 07:55:13 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-22 07:55:13 +0800 |
commit | 484a066694999997d9cde2c29bf4e46e543cdc16 (patch) | |
tree | 565e156dc159740addec90a7b46525c8b4c28184 /games | |
parent | 0c1a5b3a5f4ad9f19eb7e591592e6411762f4935 (diff) | |
download | freebsd-ports-graphics-484a066694999997d9cde2c29bf4e46e543cdc16.tar.gz freebsd-ports-graphics-484a066694999997d9cde2c29bf4e46e543cdc16.tar.zst freebsd-ports-graphics-484a066694999997d9cde2c29bf4e46e543cdc16.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
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 |