From a82b907aea4e9ec9b519ffbac4da94897f86ba30 Mon Sep 17 00:00:00 2001 From: naddy Date: Thu, 1 Aug 2013 20:22:27 +0000 Subject: For all my ports * remove MAKE_JOBS_SAFE (default now) * change USE_GMAKE=yes to USES=gmake --- archivers/gtar/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'archivers/gtar') diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index f78a99a7e85b..511934414131 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -16,11 +16,10 @@ COMMENT= GNU version of the traditional tape archiver INFO= tar -USES= iconv +USES= iconv USE_AUTOTOOLS= autoconf:env # autom4te USE_XZ= yes GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --program-prefix=g \ --disable-silent-rules CPPFLAGS+= -I${LOCALBASE}/include -- cgit