diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 23:55:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 23:55:13 +0000 |
commit | b8135727e5667c1cf0af2467f39e896962b6e1fc (patch) | |
tree | 19e1ac2018f516017690be5624a0e40e49f97f91 /games/xpuyopuyo | |
parent | a0b37a133663ea3ad18eb2ec50066fa33923045f (diff) | |
download | ports-b8135727e5667c1cf0af2467f39e896962b6e1fc.tar.gz ports-b8135727e5667c1cf0af2467f39e896962b6e1fc.zip |
Notes
Diffstat (limited to 'games/xpuyopuyo')
-rw-r--r-- | games/xpuyopuyo/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile index d44e8aa41a49..3048aab61bab 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 |