diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2013-08-01 20:22:27 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2013-08-01 20:22:27 +0000 |
commit | 9c7a77ab1e2aff61f3f6d7e6f08fdf7089ef125a (patch) | |
tree | 7bb62db90d2a538c347e596844736cd7fe4d260b /archivers | |
parent | 51688d427c2e13b8a128f217d0aa01a7c140d09a (diff) |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gcpio/Makefile | 1 | ||||
-rw-r--r-- | archivers/gtar/Makefile | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/archivers/gcpio/Makefile b/archivers/gcpio/Makefile index c6a3d9cddf1e..d3e4df2b1d64 100644 --- a/archivers/gcpio/Makefile +++ b/archivers/gcpio/Makefile @@ -13,7 +13,6 @@ COMMENT= GNU cpio copies files to and from archives USE_BZIP2= yes GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --program-prefix=g \ --disable-silent-rules \ --with-rmt=/etc/rmt 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 |