diff options
author | obache <obache@pkgsrc.org> | 2010-10-03 07:46:56 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-10-03 07:46:56 +0000 |
commit | fbdf4141ebfd5484e95a72f4620a5a5b4f81512c (patch) | |
tree | d09e8c00345acae89c8aa89c22e722abc7f8ce10 /cad | |
parent | 2e6c93e6e901440b66dab1658c64de1080b5f5c5 (diff) | |
download | pkgsrc-fbdf4141ebfd5484e95a72f4620a5a5b4f81512c.tar.gz |
MAKE_JOBS_SAFE=no
Diffstat (limited to 'cad')
-rw-r--r-- | cad/fastcap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/fastcap/Makefile b/cad/fastcap/Makefile index f1708ca850e..0c7b61c9cb3 100644 --- a/cad/fastcap/Makefile +++ b/cad/fastcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2010/09/29 21:57:04 minskim Exp $ +# $NetBSD: Makefile,v 1.35 2010/10/03 07:46:56 obache Exp $ # DISTNAME= fastcap-2.0-18Sep92 @@ -18,6 +18,7 @@ BUILD_DEPENDS+= tex-bibtex>=0.99c:../../print/tex-bibtex BUILD_DEPENDS+= tex-latex-bin>=2009nb1:../../print/tex-latex-bin PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no EXTRACT_USING= bsdtar |