diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-09-19 07:45:28 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-09-19 07:45:28 +0000 |
commit | 46917cb875a3911b538097afbc1e16a51a7eb572 (patch) | |
tree | e2bbf0d1c2405fadf2e76cd552569f07732af2b3 /games | |
parent | - Update to 1.0.2 (diff) |
- Switch to USES=autoreconf
Diffstat (limited to 'games')
-rw-r--r-- | games/critterding/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/critterding/Makefile b/games/critterding/Makefile index 86a8c49cd9fd..7b51c394c4c8 100644 --- a/games/critterding/Makefile +++ b/games/critterding/Makefile @@ -12,10 +12,8 @@ COMMENT= Evolving Artificial Life LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 -USES= libtool pkgconfig tar:bzip2 +USES= autoreconf libtool pkgconfig tar:bzip2 GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf aclocal autoheader automake libtoolize -AUTOMAKE_ARGS= -a -c -f USE_SDL= sdl USE_GL= gl CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 |