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 | f6c04ed15dd59ec3a5cd472a744936e96306c442 (patch) | |
tree | d09e8c00345acae89c8aa89c22e722abc7f8ce10 /cad | |
parent | 15c81ee91e39469c9474a450a168617913748a5b (diff) | |
download | pkgsrc-f6c04ed15dd59ec3a5cd472a744936e96306c442.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 |