From d1f1a19cc01298348afbd7b6ab8d52256df8467d Mon Sep 17 00:00:00 2001 From: ade Date: Tue, 16 Jul 2013 05:42:36 +0000 Subject: - Update devel/automake to 1.14 - Update devel/gettext to 0.18.3 - Fix known-broken (from exp-runs) ports - Clean up a lot of cruft in the devel/gettext port itself, based on work from tijl@ PR: 178883 Submitted by: ade Sponsored by: Wadsworth 6X --- games/py-poker-eval/Makefile | 1 + games/tecnoballz/Makefile | 1 + 2 files changed, 2 insertions(+) (limited to 'games') diff --git a/games/py-poker-eval/Makefile b/games/py-poker-eval/Makefile index 9cac02240663..52057683aec3 100644 --- a/games/py-poker-eval/Makefile +++ b/games/py-poker-eval/Makefile @@ -20,6 +20,7 @@ USES= pkgconfig USE_PYTHON= 2.5-2.7 USE_AUTOTOOLS= aclocal autoconf automake libtool ACLOCAL_ARGS= -I config +AUTOMAKE_ARGS= --add-missing CONFIGURE_ARGS= PYTHON="" MAKE_JOBS_SAFE= yes diff --git a/games/tecnoballz/Makefile b/games/tecnoballz/Makefile index af8ab233b65b..ae73d56a4292 100644 --- a/games/tecnoballz/Makefile +++ b/games/tecnoballz/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= mikmod:${PORTSDIR}/audio/libmikmod \ smpeg:${PORTSDIR}/multimedia/smpeg USE_AUTOTOOLS= automake aclocal +AUTOMAKE_ARGS= --add-missing USE_SDL= sdl mixer image USE_GMAKE= yes GNU_CONFIGURE= yes -- cgit