diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-09-07 13:35:59 +0000 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-09-07 13:35:59 +0000 |
commit | 3e33b49f562d2cf49ca6c6d00728bbb57301ba36 (patch) | |
tree | ba134593c3bfc6e0f9872d927241dc07651cc58c /security/fwtk | |
parent | ef2338184d58f75e62e9cc6dabc36a7948c3f550 (diff) | |
download | FreeBSD-ports-3e33b49f562d2cf49ca6c6d00728bbb57301ba36.zip FreeBSD-ports-3e33b49f562d2cf49ca6c6d00728bbb57301ba36.tar.gz |
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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/fwtk/Makefile b/security/fwtk/Makefile index b4894e7..aa3caf5 100644 --- a/security/fwtk/Makefile +++ b/security/fwtk/Makefile @@ -46,6 +46,10 @@ 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" +.endif + .if !exists(${DISTDIR}/${DIST_SUBDIR}/fwtk2.1${EXTRACT_SUFX}) \ && !exists(${DISTDIR}/${DIST_SUBDIR}fwtk-doc-only${EXTRACT_SUFX}) IGNORE='Please read ftp://ftp.tislabs.com/pub/firewalls/toolkit/dist/README for details of how to obtain the FTWK source. Put the files fwtk2.1${EXTRACT_SUFX} and fwtk-doc-only${EXTRACT_SUFX} into the directory ${DISTDIR}/${DIST_SUBDIR} and run make again' |