diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2013-06-27 14:33:20 +0800 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2013-06-27 14:33:20 +0800 |
commit | e6364b0c856defc2824b5a2671fded375e1b8086 (patch) | |
tree | 6e68f150840856f34a10649cc5ddc0a3f4236b30 | |
parent | 696f4b710ffef3574659459b133cef4ee9adaaef (diff) | |
download | freebsd-ports-gnome-e6364b0c856defc2824b5a2671fded375e1b8086.tar.gz freebsd-ports-gnome-e6364b0c856defc2824b5a2671fded375e1b8086.tar.zst freebsd-ports-gnome-e6364b0c856defc2824b5a2671fded375e1b8086.zip |
Forbid build until clarification on busybox-1.21.0-mdev.patch change is reached.
-rw-r--r-- | sysutils/busybox-unstable/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/busybox-unstable/Makefile b/sysutils/busybox-unstable/Makefile index a4fe21ee94f2..3b64b2d2fa89 100644 --- a/sysutils/busybox-unstable/Makefile +++ b/sysutils/busybox-unstable/Makefile @@ -17,6 +17,8 @@ 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 |