diff options
author | joerg <joerg@pkgsrc.org> | 2018-03-24 17:11:57 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2018-03-24 17:11:57 +0000 |
commit | cb4ab115e7aae6a9ada41203f71643ccc1882205 (patch) | |
tree | 236ab3f46fbc435e579ad31d39bc722c84bf79d4 /cad/qcad/Makefile | |
parent | 793de8c79877841b1e70966ee4bfbe518a96b33b (diff) | |
download | pkgsrc-cb4ab115e7aae6a9ada41203f71643ccc1882205.tar.gz |
Optimistically remove MAKE_JOBS_SAFE=no.
Diffstat (limited to 'cad/qcad/Makefile')
-rw-r--r-- | cad/qcad/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile index 71fcb267a3c..578c45d4ba6 100644 --- a/cad/qcad/Makefile +++ b/cad/qcad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2018/03/12 11:16:08 wiz Exp $ +# $NetBSD: Makefile,v 1.70 2018/03/24 17:11:57 joerg Exp $ # DISTNAME= qcad-3.19.1.0 @@ -18,8 +18,6 @@ DEPENDS+= bash-[0-9]*:../../shells/bash DEPENDS+= qt4-tiff-[0-9]*:../../x11/qt4-tiff DEPENDS+= qt4-sqlite3-[0-9]*:../../x11/qt4-sqlite3 -MAKE_JOBS_SAFE= no - USE_TOOLS+= chmod find make pax USE_LANGUAGES= c c++ USE_LIBTOOL= yes |