diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-09-07 21:55:19 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-09-07 21:55:19 +0800 |
commit | 0b21a5298fad917054a6ce0f70fb03ce8f6aa043 (patch) | |
tree | 992eba1201f491a33602bee53bd889fa3953a086 /security/fwtk | |
parent | 3e33b49f562d2cf49ca6c6d00728bbb57301ba36 (diff) | |
download | freebsd-ports-gnome-0b21a5298fad917054a6ce0f70fb03ce8f6aa043.tar.gz freebsd-ports-gnome-0b21a5298fad917054a6ce0f70fb03ce8f6aa043.tar.zst freebsd-ports-gnome-0b21a5298fad917054a6ce0f70fb03ce8f6aa043.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/fwtk')
-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}) \ |