diff options
author | lioux <lioux@FreeBSD.org> | 2001-08-10 04:17:26 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-08-10 04:17:26 +0000 |
commit | a66184c1d263c06598d0c7612a8cd6981990701e (patch) | |
tree | 0ac3ff8c1b71ee404e859ded7c3cfba568d5b69c /games | |
parent | f5543f5ff4e7b48f24f819ba14db64516c4a2dec (diff) | |
download | FreeBSD-ports-a66184c1d263c06598d0c7612a8cd6981990701e.zip FreeBSD-ports-a66184c1d263c06598d0c7612a8cd6981990701e.tar.gz |
USE_AUTOMAKE
Submitted by: MAINTAINER, bento
Diffstat (limited to 'games')
-rw-r--r-- | games/tuxtype/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/tuxtype/Makefile b/games/tuxtype/Makefile index c6dd18a..68f2ddf 100644 --- a/games/tuxtype/Makefile +++ b/games/tuxtype/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image \ USE_X_PREFIX= yes USE_AUTOCONF= yes +USE_AUTOMAKE= yes USE_GMAKE= yes SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" |