diff options
author | jperkin <jperkin> | 2012-09-27 10:51:47 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2012-09-27 10:51:47 +0000 |
commit | 0c5a3941cf68628946c5aa3f89045925e5a81d78 (patch) | |
tree | 4b69d277e1175956e434c38eb3c8414922575d38 /lang | |
parent | 9cae48e88f976bfa6e4aeb77c93ba8beba4cf302 (diff) | |
download | pkgsrc-0c5a3941cf68628946c5aa3f89045925e5a81d78.tar.gz |
USE_TOOLS += groff, required to build the documentation.
Diffstat (limited to 'lang')
-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 |