aboutsummaryrefslogtreecommitdiff
path: root/security/fwtk
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-09-07 13:35:59 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-09-07 13:35:59 +0000
commit8fa6600b8cc0da185961e7b7a7351ef9f6475e54 (patch)
treee5ba525bfee80aa97d8b89139ef01dfa105c8a9e /security/fwtk
parent707709dafcb62eb41fe1e30a41812cdb9f63583b (diff)
downloadports-8fa6600b8cc0da185961e7b7a7351ef9f6475e54.tar.gz
ports-8fa6600b8cc0da185961e7b7a7351ef9f6475e54.zip
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>
Notes
Notes: svn path=/head/; revision=142161
Diffstat (limited to 'security/fwtk')
-rw-r--r--security/fwtk/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/fwtk/Makefile b/security/fwtk/Makefile
index b4894e76a85b..aa3caf5aa34c 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'