diff options
author | perry <perry@pkgsrc.org> | 2006-08-07 15:55:31 +0000 |
---|---|---|
committer | perry <perry@pkgsrc.org> | 2006-08-07 15:55:31 +0000 |
commit | c2eb8edc7d1a7349300c37e00d702ff5ba1e383a (patch) | |
tree | 1f0b283ec7cc7f535611af50cfa4e76bf6b8a2ea /lang/clisp | |
parent | 27f09a5e407545ca5c4d24ea15086ea7d08a53ab (diff) | |
download | pkgsrc-c2eb8edc7d1a7349300c37e00d702ff5ba1e383a.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/clisp')
-rw-r--r-- | lang/clisp/Makefile | 3 |
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 \ |