diff options
Diffstat (limited to 'games/xpuyopuyo/Makefile')
-rw-r--r-- | games/xpuyopuyo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile index 50c331c03a60..2742c545024e 100644 --- a/games/xpuyopuyo/Makefile +++ b/games/xpuyopuyo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xpuyopuyo -PORTVERSION= 0.3.4 +PORTVERSION= 0.3.8 CATEGORIES= games MASTER_SITES= http://chaos2.org/xpuyopuyo/ \ http://lenin.dabney.caltech.edu/~justins/xpuyopuyo/ @@ -24,7 +24,7 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ GLIB_CONFIG="${GLIB_CONFIG}" -CONFIGURE_ARGS= --enable-rotate-fixed --without-gnome +CONFIGURE_ARGS= --without-gnome MAN6= xpuyopuyo.6 |