From 489bbb5822db6a8daa3eee24e45594d67a50cc2e Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 13 Jan 2023 11:00:48 +0000 Subject: [PATCH] jpeginfo: was not a make-jobs issue --- graphics/jpeginfo/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/graphics/jpeginfo/Makefile b/graphics/jpeginfo/Makefile index a9f6890bd0bf..c4b67fe517fe 100644 --- a/graphics/jpeginfo/Makefile +++ b/graphics/jpeginfo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2023/01/12 13:29:47 mef Exp $ +# $NetBSD: Makefile,v 1.14 2023/01/13 11:00:48 wiz Exp $ DISTNAME= jpeginfo-1.6.2 CATEGORIES= graphics @@ -11,8 +11,6 @@ LICENSE= gnu-gpl-v2 USE_TOOLS+= autoconf GNU_CONFIGURE= yes -# experimental change -MAKE_JOBS_SAFE= no pre-configure: cd ${WRKSRC} && autoconf