pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/clisp Add USETOOLS+=dvipdf so that the documentat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8367dbc3e20b
branches:  trunk
changeset: 517273:8367dbc3e20b
user:      perry <perry%pkgsrc.org@localhost>
date:      Mon Aug 07 15:55:31 2006 +0000

description:
Add USETOOLS+=dvipdf so that the documentation is properly built on
all platforms. Previously this was a hidden dependency.

Thanks to cube for adding the make magic so dvipdf is now a tool.

diffstat:

 lang/clisp/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 97a2969b9397 -r 8367dbc3e20b lang/clisp/Makefile
--- a/lang/clisp/Makefile       Mon Aug 07 15:39:12 2006 +0000
+++ b/lang/clisp/Makefile       Mon Aug 07 15:55:31 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2006/07/21 06:03:49 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2006/08/07 15:55:31 perry Exp $
 
 DISTNAME=      clisp-2.39
 CATEGORIES=    lang
@@ -21,6 +21,7 @@
 MODULES+=              --disable-mmap
 .endif
 
+USE_TOOLS+=            dvipdf
 USE_PKGLOCALEDIR=      YES
 BUILD_DIRS=            src
 CONFIGURE_DIRS=                . modules/i18n modules/syscalls modules/pcre modules/rawsock \



Home | Main Index | Thread Index | Old Index