diff options
author | rillig <rillig@pkgsrc.org> | 2020-02-13 21:12:21 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-02-13 21:12:21 +0000 |
commit | 4a6594f54f5e09838875c2768221497d9754ee3d (patch) | |
tree | 08ce7f251ceeb7dfa8e9d058b9b087254ae47c2e /security | |
parent | 09f7b8f2f5f5c6f99b41fbef6f43f4709aa9134e (diff) | |
download | pkgsrc-4a6594f54f5e09838875c2768221497d9754ee3d.tar.gz |
security/heimdal: remove MAKE_JOBS_SAFE=no
Heimdal built fine on NetBSD-8.0-x86_64 with MAKE_JOBS=7.
Diffstat (limited to 'security')
-rw-r--r-- | security/heimdal/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 2b1efa4a543..8a14d8e88d8 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.136 2020/02/13 21:04:25 rillig Exp $ +# $NetBSD: Makefile,v 1.137 2020/02/13 21:12:21 rillig Exp $ DISTNAME= heimdal-1.5.3 PKGREVISION= 22 @@ -16,8 +16,6 @@ CONFLICTS+= openafs-[0-9]* CONFLICTS+= gss-[0-9]* CONFLICTS+= kth-krb4-[0-9]* -MAKE_JOBS_SAFE= no - USE_LIBTOOL= yes USE_TOOLS+= bison flex:run PKGCONFIG_OVERRIDE+= tools/heimdal-gssapi.pc.in |