diff options
author | kris <kris@FreeBSD.org> | 2004-09-29 05:45:34 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-29 05:45:34 +0000 |
commit | ad448036acd7c07ca687beafec1a2b22dae5b188 (patch) | |
tree | 68ad40ba9a94c05ab513cbdfcbb5e0c8e7469aa9 /net/v6eval | |
parent | 6b290091589bf384975b769bfc4d1983ad8a18e4 (diff) | |
download | FreeBSD-ports-ad448036acd7c07ca687beafec1a2b22dae5b188.zip FreeBSD-ports-ad448036acd7c07ca687beafec1a2b22dae5b188.tar.gz |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'net/v6eval')
-rw-r--r-- | net/v6eval/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-install: @${SED} -e 's#@LOCALBASE@#${LOCALBASE}#' ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |