aboutsummaryrefslogtreecommitdiff
path: root/net/v6eval
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-10-28 20:59:43 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-10-28 20:59:43 +0000
commit1a1c9ee87ebfb6af76c5b0acc895da4a0c870167 (patch)
tree64ef1d9ebd48b59c363514aa5fa7954fc33489f6 /net/v6eval
parentb843b4d26838a6b436a5547503d314d37c6f216f (diff)
downloadports-1a1c9ee87ebfb6af76c5b0acc895da4a0c870167.tar.gz
ports-1a1c9ee87ebfb6af76c5b0acc895da4a0c870167.zip
Now compiles on FreeBSD 5.x.
Notes
Notes: svn path=/head/; revision=120429
Diffstat (limited to 'net/v6eval')
-rw-r--r--net/v6eval/Makefile8
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>