diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-09-09 19:42:46 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-09-09 19:42:46 +0000 |
commit | 30a00f2227a3e53b607331247c81c2911c1e98ef (patch) | |
tree | b3bdcd25b598432ef78aefb0f72e9412f429eee4 /games/7kaa | |
parent | fc3bdd2b5bc1f418653dc07e3f7734890f957654 (diff) | |
download | ports-30a00f2227a3e53b607331247c81c2911c1e98ef.tar.gz ports-30a00f2227a3e53b607331247c81c2911c1e98ef.zip |
Notes
Diffstat (limited to 'games/7kaa')
-rw-r--r-- | games/7kaa/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/7kaa/Makefile b/games/7kaa/Makefile index 6798d26da1b4..8117fa36c5ff 100644 --- a/games/7kaa/Makefile +++ b/games/7kaa/Makefile @@ -15,8 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libenet.so:net/enet GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-silent-rules \ - --disable-nls # no translations ATM +CONFIGURE_ARGS= --disable-nls # no translations ATM USES= gmake openal:al tar:xz USE_SDL= sdl2 |