From ad448036acd7c07ca687beafec1a2b22dae5b188 Mon Sep 17 00:00:00 2001 From: kris Date: Wed, 29 Sep 2004 05:45:34 +0000 Subject: BROKEN on 5.x: Does not compile Approved by: portmgr (self) --- net/v6eval/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'net/v6eval') diff --git a/net/v6eval/Makefile b/net/v6eval/Makefile index f407dad..9189129 100644 --- a/net/v6eval/Makefile +++ b/net/v6eval/Makefile @@ -18,7 +18,13 @@ RUN_DEPENDS= ${SITE_PERL}/Expect.pm:${PORTSDIR}/lang/p5-Expect USE_PERL5= yes USE_OPENSSL= yes +.include + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-install: @${SED} -e 's#@LOCALBASE@#${LOCALBASE}#' ${PKGMESSAGE} -.include +.include -- cgit v1.1