summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorperry <perry>2006-08-07 15:55:31 +0000
committerperry <perry>2006-08-07 15:55:31 +0000
commita3a2bec3d645852e9790cb50da8d457f20aa45ed (patch)
tree1f0b283ec7cc7f535611af50cfa4e76bf6b8a2ea /lang
parent14eadc0ee242bc18b328ad34a1a8e3656da0908d (diff)
downloadpkgsrc-a3a2bec3d645852e9790cb50da8d457f20aa45ed.tar.gz
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 (limited to 'lang')
-rw-r--r--lang/clisp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile
index f617b3eba76..c434a75c9cd 100644
--- a/lang/clisp/Makefile
+++ b/lang/clisp/Makefile
@@ -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 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
MODULES+= --disable-mmap
.endif
+USE_TOOLS+= dvipdf
USE_PKGLOCALEDIR= YES
BUILD_DIRS= src
CONFIGURE_DIRS= . modules/i18n modules/syscalls modules/pcre modules/rawsock \