diff options
author | mandree <mandree@FreeBSD.org> | 2013-01-22 08:56:09 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2013-01-22 08:56:09 +0800 |
commit | 9a3cd417f2b7c690119931d675ab1ac838214da4 (patch) | |
tree | 18b60ae49231cae91053c19aaccda16a2e1a00d4 /sysutils | |
parent | 2fe49437a233a1bc4a5b7b04f34bcf634b9b3958 (diff) | |
download | freebsd-ports-gnome-9a3cd417f2b7c690119931d675ab1ac838214da4.tar.gz freebsd-ports-gnome-9a3cd417f2b7c690119931d675ab1ac838214da4.tar.zst freebsd-ports-gnome-9a3cd417f2b7c690119931d675ab1ac838214da4.zip |
Add PORTSCOUT variables.
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 |