diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-09-07 13:55:19 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-09-07 13:55:19 +0000 |
commit | fa84631d99867d3249e6625e73fa33aec0b8d7cd (patch) | |
tree | 0fe4dee8d6a199013a073cada911d926fdaa5077 /security/fwtk | |
parent | 8fa6600b8cc0da185961e7b7a7351ef9f6475e54 (diff) | |
download | ports-fa84631d99867d3249e6625e73fa33aec0b8d7cd.tar.gz ports-fa84631d99867d3249e6625e73fa33aec0b8d7cd.zip |
Notes
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}) \ |