diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-26 23:29:32 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-26 23:29:32 +0800 |
commit | 915ddba64cc269d0fbc90064df5c004bbd099d82 (patch) | |
tree | 7ba7f93e5468cce121032e528ca31cc3b97fbee9 /games | |
parent | 77f7a7bd7367cce644cf8edb4ca75f8d945a8190 (diff) | |
download | freebsd-ports-gnome-915ddba64cc269d0fbc90064df5c004bbd099d82.tar.gz freebsd-ports-gnome-915ddba64cc269d0fbc90064df5c004bbd099d82.tar.zst freebsd-ports-gnome-915ddba64cc269d0fbc90064df5c004bbd099d82.zip |
Allow to build with texinfo from ports
Diffstat (limited to 'games')
-rw-r--r-- | games/liquidwar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/liquidwar/Makefile b/games/liquidwar/Makefile index 41f20b4fae69..da756878c55d 100644 --- a/games/liquidwar/Makefile +++ b/games/liquidwar/Makefile @@ -16,7 +16,7 @@ COMMENT= You control an army of liquid and have to try and eat your opponents LIB_DEPENDS= liballeg.so:${PORTSDIR}/devel/allegro GNU_CONFIGURE= yes -USES= gmake +USES= gmake makeinfo CONFIGURE_ARGS= --disable-target-opt --disable-doc-ps --disable-doc-pdf CONFIGURE_ENV= ac_cv_prog_PYTHON=yes USE_PYTHON_BUILD=yes |