diff options
Diffstat (limited to 'games/znibbles/Makefile')
-rw-r--r-- | games/znibbles/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/znibbles/Makefile b/games/znibbles/Makefile index ae2f8685f291..c9de604c7b31 100644 --- a/games/znibbles/Makefile +++ b/games/znibbles/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= http://koala.ilog.fr/ftp/pub/games/znibbles/ MAINTAINER= yinjieh@csie.nctu.edu.tw USE_MOTIF= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-motif \ --disable-motif |