diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-26 23:29:32 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-26 23:29:32 +0800 |
commit | 8701034d4adbd2f5d207d43d599a1da9eefc3abb (patch) | |
tree | 7ba7f93e5468cce121032e528ca31cc3b97fbee9 /games | |
parent | cfbd391cf0484b1d3005dbe4d7f21933c19580ab (diff) | |
download | freebsd-ports-gnome-8701034d4adbd2f5d207d43d599a1da9eefc3abb.tar.gz freebsd-ports-gnome-8701034d4adbd2f5d207d43d599a1da9eefc3abb.tar.zst freebsd-ports-gnome-8701034d4adbd2f5d207d43d599a1da9eefc3abb.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 |