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 | e773b0970c9fe6d823cd684fe99587881007669a (patch) | |
tree | b1680d72d76abb5761b712cfcf6fc11d63d94f3f /textproc | |
parent | e9916e85eea6b8eaba41850d562c1596108ef9ad (diff) | |
download | pkgsrc-e773b0970c9fe6d823cd684fe99587881007669a.tar.gz |
MAKE_JOBS_SAFE=no
Diffstat (limited to 'textproc')
-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 |