diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-10-28 20:59:43 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-10-28 20:59:43 +0000 |
commit | 1a1c9ee87ebfb6af76c5b0acc895da4a0c870167 (patch) | |
tree | 64ef1d9ebd48b59c363514aa5fa7954fc33489f6 /net/v6eval | |
parent | - Switch to versioned distfile. No functional change. (diff) |
Now compiles on FreeBSD 5.x.
Notes
Notes:
svn path=/head/; revision=120429
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> |