diff options
Diffstat (limited to 'games/gtkpool/Makefile')
-rw-r--r-- | games/gtkpool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gtkpool/Makefile b/games/gtkpool/Makefile index 4e05e7214422..89723adc5fe0 100644 --- a/games/gtkpool/Makefile +++ b/games/gtkpool/Makefile @@ -15,13 +15,13 @@ MASTER_SITES= ftp://ftp.seul.org/pub/gtkpool/ \ MAINTAINER= ports@FreeBSD.org COMMENT= A 2D pool game using the GTK+ toolkit +USES= perl5 USE_GNOME= gtk20 -USE_PERL5_BUILD=yes +USE_PERL5= build USE_GMAKE= yes USE_AUTOTOOLS= aclocal automake autoheader autoconf ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing -MAKE_JOBS_SAFE= yes post-patch: .for file in application.cpp options.cpp |