diff options
author | mandree <mandree@FreeBSD.org> | 2013-07-04 14:53:46 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2013-07-04 14:53:46 +0800 |
commit | c173a49506b1997d70c7c29380f7525d69007b1c (patch) | |
tree | e2c4c3321947dab09fd27001326b1dd0d995a9e3 /sysutils | |
parent | 06e094ccabb32ac4fede91c701e879e07232fdef (diff) | |
download | freebsd-ports-gnome-c173a49506b1997d70c7c29380f7525d69007b1c.tar.gz freebsd-ports-gnome-c173a49506b1997d70c7c29380f7525d69007b1c.tar.zst freebsd-ports-gnome-c173a49506b1997d70c7c29380f7525d69007b1c.zip |
Change PORTSCOUT to skip 1.21.1 for now.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/busybox-unstable/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/busybox-unstable/Makefile b/sysutils/busybox-unstable/Makefile index c883ccc0ec93..565a85eec4da 100644 --- a/sysutils/busybox-unstable/Makefile +++ b/sysutils/busybox-unstable/Makefile @@ -25,7 +25,7 @@ CONFLICTS_INSTALL= busybox-[1-9]* IGNORE= is older than stable version. Use sysutils/busybox -PORTSCOUT= limitw:1,ODD +PORTSCOUT= skipv:1.21.1 MAKE_JOBS_SAFE= yes MAKE_ARGS+= SKIP_STRIP=y CC="${CC}" HOSTCC="${CC}" CXX="${CXX}" HOSTCXX="${CXX}" |