diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2013-01-22 00:56:09 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2013-01-22 00:56:09 +0000 |
commit | 8a19eef194b878d3b32bd747a8a017a63db4266d (patch) | |
tree | 18b60ae49231cae91053c19aaccda16a2e1a00d4 /sysutils | |
parent | acbff06733b43ecf34cea1c4a33ecde7b3f4323d (diff) | |
download | ports-8a19eef194b878d3b32bd747a8a017a63db4266d.tar.gz ports-8a19eef194b878d3b32bd747a8a017a63db4266d.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/busybox-unstable/Makefile | 2 | ||||
-rw-r--r-- | sysutils/busybox/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/busybox-unstable/Makefile b/sysutils/busybox-unstable/Makefile index dd855d669a12..6a4ffeb35da1 100644 --- a/sysutils/busybox-unstable/Makefile +++ b/sysutils/busybox-unstable/Makefile @@ -20,6 +20,8 @@ BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed CONFLICTS_INSTALL= busybox-[1-9]* +PORTSCOUT= limitw:1,ODD + MAKE_JOBS_SAFE= yes MAKE_ARGS+= SKIP_STRIP=y CC="${CC}" HOSTCC="${CC}" CXX="${CXX}" HOSTCXX="${CXX}" USE_BZIP2= yes diff --git a/sysutils/busybox/Makefile b/sysutils/busybox/Makefile index 9f69da8c15b5..047fa1afe91b 100644 --- a/sysutils/busybox/Makefile +++ b/sysutils/busybox/Makefile @@ -22,6 +22,8 @@ BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed CONFLICTS_INSTALL= busybox-unstable-* +PORTSCOUT= limitw:1,EVEN + MAKE_JOBS_SAFE= yes MAKE_ARGS+= SKIP_STRIP=y CC="${CC}" HOSTCC="${CC}" CXX="${CXX}" HOSTCXX="${CXX}" USE_BZIP2= yes |