summaryrefslogtreecommitdiff
path: root/lang/clisp/Makefile
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2013-10-15 16:21:46 +0000
committerasau <asau@pkgsrc.org>2013-10-15 16:21:46 +0000
commitd4b520d867fec4df2c05d0510da014626499bf83 (patch)
tree00b9ebcfa58c55fc73761fb221b128ea8a3fa8c1 /lang/clisp/Makefile
parent1069260ad59dcd280b22b24ec1d56ec83dafe8e3 (diff)
downloadpkgsrc-d4b520d867fec4df2c05d0510da014626499bf83.tar.gz
Give Lisp users an option to build CLISP without PDF documentation.
This lets building CLISP and SBCL without pulling the whole X11 stack in.
Diffstat (limited to 'lang/clisp/Makefile')
-rw-r--r--lang/clisp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile
index c4b89ec0f3c..9d343387394 100644
--- a/lang/clisp/Makefile
+++ b/lang/clisp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.101 2013/10/10 14:42:20 ryoon Exp $
+# $NetBSD: Makefile,v 1.102 2013/10/15 16:21:46 asau Exp $
#
DISTNAME= clisp-2.49
@@ -29,7 +29,7 @@ CONFIGURE_DIRS= .
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
BUILD_DIRS= src
-USE_TOOLS+= dvipdf groff
+USE_TOOLS+= groff
UNLIMIT_RESOURCES= datasize stacksize
USE_GNU_CONFIGURE_HOST= NO # work around broken reasoning: "configure --host=..." => cross-building