diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-09-07 21:55:19 +0800 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-09-07 21:55:19 +0800 |
commit | fa84631d99867d3249e6625e73fa33aec0b8d7cd (patch) | |
tree | 0fe4dee8d6a199013a073cada911d926fdaa5077 /security | |
parent | 8fa6600b8cc0da185961e7b7a7351ef9f6475e54 (diff) | |
download | freebsd-ports-gnome-fa84631d99867d3249e6625e73fa33aec0b8d7cd.tar.gz freebsd-ports-gnome-fa84631d99867d3249e6625e73fa33aec0b8d7cd.tar.zst freebsd-ports-gnome-fa84631d99867d3249e6625e73fa33aec0b8d7cd.zip |
s/BROKEN/IGNORE/
Reported by: linimon
Log:
Mark broken for OSVERSION >= 500000. Does not build without
S/Key libraries and headers.
PR: ports/85256
Submitted by: Christoph Weber-Fahr <wefa@tnd37.tnd.arcor.net>
Diffstat (limited to 'security')
-rw-r--r-- | security/fwtk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/fwtk/Makefile b/security/fwtk/Makefile index aa3caf5aa34c..7b615c807336 100644 --- a/security/fwtk/Makefile +++ b/security/fwtk/Makefile @@ -47,7 +47,7 @@ MAN8+= x-gw.8 .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500000 -BROKEN= "does not build on 5.x and above, requires S/Key libraries and headers" +IGNORE= does not build on 5.x and above, requires S/Key libraries and headers .endif .if !exists(${DISTDIR}/${DIST_SUBDIR}/fwtk2.1${EXTRACT_SUFX}) \ |