diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-02 00:59:13 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-02 00:59:13 +0000 |
commit | 63a181d059d4f1e681cb21970f9dfb79e7bc803b (patch) | |
tree | 56ef091910709f4c5afc5ea2a51bb53506ef8adb /games/gtkballs | |
parent | eb7ace1d483526258b2f4fb9a8a01aa61001f807 (diff) | |
download | ports-63a181d059d4f1e681cb21970f9dfb79e7bc803b.tar.gz ports-63a181d059d4f1e681cb21970f9dfb79e7bc803b.zip |
Notes
Diffstat (limited to 'games/gtkballs')
-rw-r--r-- | games/gtkballs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gtkballs/Makefile b/games/gtkballs/Makefile index 19438405ff9c..ad7667f9ece6 100644 --- a/games/gtkballs/Makefile +++ b/games/gtkballs/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= http://gtkballs.antex.ru/dist/ MAINTAINER= ports@FreeBSD.org USE_REINPLACE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |