summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authordsainty <dsainty>2009-06-09 03:04:00 +0000
committerdsainty <dsainty>2009-06-09 03:04:00 +0000
commit32edf1ef0f795696798af13172ba96be619538f0 (patch)
treea9d376e5cfa6ba3ddf42312f175414d82a5f514d /games
parent9640d2965e4c4022bf4c4097e74c138a7f5c69ce (diff)
downloadpkgsrc-32edf1ef0f795696798af13172ba96be619538f0.tar.gz
Disable PDF/PS documentation generation (it was never in the PLIST). Stops
build breaking if the LaTeX installation is incomplete and not completely functional (LaTeX is not a dependency).
Diffstat (limited to 'games')
-rw-r--r--games/liquidwar/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/liquidwar/Makefile b/games/liquidwar/Makefile
index 3b0d268bc56..3459669be48 100644
--- a/games/liquidwar/Makefile
+++ b/games/liquidwar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2008/07/14 12:56:04 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2009/06/09 03:04:00 dsainty Exp $
#
DISTNAME= liquidwar-5.6.4
@@ -15,6 +15,7 @@ USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake
GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --disable-doc-ps --disable-doc-pdf
#CONFIGURE_ARGS+= --enable-debug
.include "../../devel/allegro/buildlink3.mk"