pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/liquidwar Disable PDF/PS documentation generatio...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5a436162e6ca
branches: trunk
changeset: 394338:5a436162e6ca
user: dsainty <dsainty%pkgsrc.org@localhost>
date: Tue Jun 09 03:04:00 2009 +0000
description:
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:
games/liquidwar/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r b03aaa55dc4a -r 5a436162e6ca games/liquidwar/Makefile
--- a/games/liquidwar/Makefile Tue Jun 09 02:55:51 2009 +0000
+++ b/games/liquidwar/Makefile Tue Jun 09 03:04:00 2009 +0000
@@ -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_TOOLS+= gmake
GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --disable-doc-ps --disable-doc-pdf
#CONFIGURE_ARGS+= --enable-debug
.include "../../devel/allegro/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index