diff options
author | dsainty <dsainty@pkgsrc.org> | 2009-06-09 03:04:00 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2009-06-09 03:04:00 +0000 |
commit | 07413e31a325571f85462729b1138ddfca6b35ea (patch) | |
tree | a9d376e5cfa6ba3ddf42312f175414d82a5f514d /games | |
parent | 725f80d12d0a51b7d9709cb72b5e9e31f4092e43 (diff) | |
download | pkgsrc-07413e31a325571f85462729b1138ddfca6b35ea.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/Makefile | 3 |
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" |