diff options
author | kris <kris@FreeBSD.org> | 2006-02-13 06:09:37 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-02-13 06:09:37 +0800 |
commit | 7d04eac57617067952d029a1439b4180edbd19bf (patch) | |
tree | 149a23c6292e8b16bc89b61f1b0b2e641e1bd564 /sysutils/graphicboot | |
parent | 4709a92710d8aec4dc7b51a695e87d3bd76bd0ed (diff) | |
download | freebsd-ports-gnome-7d04eac57617067952d029a1439b4180edbd19bf.tar.gz freebsd-ports-gnome-7d04eac57617067952d029a1439b4180edbd19bf.tar.zst freebsd-ports-gnome-7d04eac57617067952d029a1439b4180edbd19bf.zip |
BROKEN: Does not install
Diffstat (limited to 'sysutils/graphicboot')
-rw-r--r-- | sysutils/graphicboot/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/graphicboot/Makefile b/sysutils/graphicboot/Makefile index 5ee5138a941a..0b0ea4d1236b 100644 --- a/sysutils/graphicboot/Makefile +++ b/sysutils/graphicboot/Makefile @@ -25,7 +25,9 @@ MANCOMPRESSED= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN="The graphical boot requires rcorder which is only on FreeBSD 5 or greater." +BROKEN= The graphical boot requires rcorder which is only on FreeBSD 5 or greater. +.else +BROKEN= Does not install .endif post-install: |