diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-09-02 08:32:36 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-09-02 08:32:36 +0000 |
commit | a890a1ed338468aecebd7341b8c0c9e6464cda79 (patch) | |
tree | bcf7b917e906798a850e452fc1058e324381c689 /x11/gtkada | |
parent | 98c8237004619fa78171f4e156a97b3accbe9c38 (diff) | |
download | pkgsrc-a890a1ed338468aecebd7341b8c0c9e6464cda79.tar.gz |
Remove MAKE_JOBS_SAFE=yes, the variable only has an effect when set to 'no'.
Diffstat (limited to 'x11/gtkada')
-rw-r--r-- | x11/gtkada/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/gtkada/Makefile b/x11/gtkada/Makefile index f63c48ae944..ea89906c7ca 100644 --- a/x11/gtkada/Makefile +++ b/x11/gtkada/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2014/05/29 23:38:19 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2014/09/02 08:32:36 jperkin Exp $ # DISTNAME= gtkada-${GTKADA_VERSION} @@ -19,7 +19,6 @@ DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx GNU_CONFIGURE= yes USE_TOOLS+= gmake perl pkg-config USE_LANGUAGES= c ada c++ fortran -MAKE_JOBS_SAFE= yes GTKADA_VERSION= 2.24.4.0 PKGCONFIG_OVERRIDE+= projects/gtkada.pc.in |