diff options
author | joerg <joerg@pkgsrc.org> | 2009-10-06 21:31:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-10-06 21:31:13 +0000 |
commit | 8e8be3d77ae8c9bcd443050b6843c10603860520 (patch) | |
tree | b1680d72d76abb5761b712cfcf6fc11d63d94f3f /textproc/halibut | |
parent | 8d1cd03ebfee79a4e87453ae79bc3e113092cdc1 (diff) | |
download | pkgsrc-8e8be3d77ae8c9bcd443050b6843c10603860520.tar.gz |
MAKE_JOBS_SAFE=no
Diffstat (limited to 'textproc/halibut')
-rw-r--r-- | textproc/halibut/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/halibut/Makefile b/textproc/halibut/Makefile index 83d9bd74162..782f9ba8287 100644 --- a/textproc/halibut/Makefile +++ b/textproc/halibut/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/09/06 18:42:41 ahoka Exp $ +# $NetBSD: Makefile,v 1.2 2009/10/06 21:31:13 joerg Exp $ # DISTNAME= halibut-1.0 @@ -11,6 +11,7 @@ COMMENT= Documentation production system LICENSE= mit PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no USE_TOOLS+= gmake perl |