diff options
author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2006-09-03 21:43:45 +0000 |
---|---|---|
committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2006-09-03 21:43:45 +0000 |
commit | b4e51eaac5c4939273148da571baa84f19101adf (patch) | |
tree | 0859e77d3032e4b9b60c206d5e905bb252643429 /net/v6eval | |
parent | e3029d5b5a4e295b0dc19a05c2d8955664362a49 (diff) | |
download | ports-b4e51eaac5c4939273148da571baa84f19101adf.tar.gz ports-b4e51eaac5c4939273148da571baa84f19101adf.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 b0945f1b9585..2268e1bca436 100644 --- a/net/v6eval/Makefile +++ b/net/v6eval/Makefile @@ -20,7 +20,13 @@ RUN_DEPENDS= ${SITE_PERL}/Expect.pm:${PORTSDIR}/lang/p5-Expect \ USE_PERL5= yes USE_OPENSSL= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700019 +BROKEN= does not compile with OpenSSL 0.9.8b +.endif + post-install: @${SED} -e 's#@LOCALBASE@#${LOCALBASE}#' ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |