diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2013-07-04 06:49:41 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2013-07-04 06:49:41 +0000 |
commit | 770a0894fcdb5a55af862e16e8c9541c803e81b8 (patch) | |
tree | e20cd01542f274c778b808338bf3cf628104731b /sysutils/busybox-unstable | |
parent | cb902163f1e4226b42acd19f7f24dfa09baf2c1d (diff) | |
download | ports-770a0894fcdb5a55af862e16e8c9541c803e81b8.tar.gz ports-770a0894fcdb5a55af862e16e8c9541c803e81b8.zip |
Notes
Diffstat (limited to 'sysutils/busybox-unstable')
-rw-r--r-- | sysutils/busybox-unstable/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/busybox-unstable/Makefile b/sysutils/busybox-unstable/Makefile index 3b64b2d2fa89..c883ccc0ec93 100644 --- a/sysutils/busybox-unstable/Makefile +++ b/sysutils/busybox-unstable/Makefile @@ -17,14 +17,14 @@ PATCHFILES= busybox-1.21.0-mdev.patch \ MAINTAINER= mandree@FreeBSD.org COMMENT= Busybox for FreeBSD -FORBIDDEN= Patch files on download site re-rolled and not yet investigated - LICENSE= GPLv2 BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed CONFLICTS_INSTALL= busybox-[1-9]* +IGNORE= is older than stable version. Use sysutils/busybox + PORTSCOUT= limitw:1,ODD MAKE_JOBS_SAFE= yes |