diff options
-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 |