diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-29 05:45:34 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-29 05:45:34 +0000 |
commit | 90abb24f53e9d8c2428c70b483b38627d2bae3ae (patch) | |
tree | 039e88512c84bb0c19d7d2204a18150ecd6574ab /net/v6eval | |
parent | 57ecc8add154f672ce9d853fb180da502d262718 (diff) | |
download | ports-90abb24f53e9d8c2428c70b483b38627d2bae3ae.tar.gz ports-90abb24f53e9d8c2428c70b483b38627d2bae3ae.zip |
Notes
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 f407dadb382c..91891297b6ec 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> |