diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2009-03-24 18:12:20 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2009-03-24 18:12:20 +0000 |
commit | ecb256f7793efb1e4129760bd3e23fe2719183b9 (patch) | |
tree | 1df938b026902b31c27578e4757285d90ba5de89 /archivers | |
parent | 46caca430ef8977069ad4e109e6aac359f5c68fb (diff) | |
download | ports-ecb256f7793efb1e4129760bd3e23fe2719183b9.tar.gz ports-ecb256f7793efb1e4129760bd3e23fe2719183b9.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gtar/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index 605ff2c6a724..e7d2d77a7e7d 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -25,6 +25,7 @@ USE_AUTOTOOLS= autoconf:262:env # autom4te USE_BZIP2= yes USE_ICONV= yes GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --program-prefix=g CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \ LDFLAGS='-L${LOCALBASE}/lib ${LDSTATIC}' \ |