diff options
Diffstat (limited to 'net/v6eval')
-rw-r--r-- | net/v6eval/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net/v6eval/Makefile b/net/v6eval/Makefile index fbd045673f2a..d1be0fe54746 100644 --- a/net/v6eval/Makefile +++ b/net/v6eval/Makefile @@ -19,13 +19,7 @@ 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.post.mk> +.include <bsd.port.mk> |