diff options
author | jperkin <jperkin@pkgsrc.org> | 2012-09-27 10:51:47 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2012-09-27 10:51:47 +0000 |
commit | b2ef2d25227004fa2f5649b60f9ca751a32c6a83 (patch) | |
tree | 4b69d277e1175956e434c38eb3c8414922575d38 /lang/clisp | |
parent | 48df881cf3601fc826472b37d280a379b57ac502 (diff) | |
download | pkgsrc-b2ef2d25227004fa2f5649b60f9ca751a32c6a83.tar.gz |
USE_TOOLS += groff, required to build the documentation.
Diffstat (limited to 'lang/clisp')
-rw-r--r-- | lang/clisp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index 56f54305e57..57981059464 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.89 2012/09/15 10:05:18 obache Exp $ +# $NetBSD: Makefile,v 1.90 2012/09/27 10:51:47 jperkin Exp $ # DISTNAME= clisp-2.49 @@ -28,7 +28,7 @@ CONFIGURE_DIRS= . USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes BUILD_DIRS= src -USE_TOOLS+= dvipdf +USE_TOOLS+= dvipdf groff UNLIMIT_RESOURCES= datasize stacksize USE_GNU_CONFIGURE_HOST= NO # work around broken reasoning: "configure --host=..." => cross-building |