diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 07:02:58 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 07:02:58 +0800 |
commit | 3462fa1f7267ff1b1f968ab5a95eb025506552e7 (patch) | |
tree | 26523d054f10ce6a62fe733a2d55e3be02f08d1d /security/bro | |
parent | cb7183ef00c83e706bfafc47e5e341993b7645a5 (diff) | |
download | freebsd-ports-gnome-3462fa1f7267ff1b1f968ab5a95eb025506552e7.tar.gz freebsd-ports-gnome-3462fa1f7267ff1b1f968ab5a95eb025506552e7.tar.zst freebsd-ports-gnome-3462fa1f7267ff1b1f968ab5a95eb025506552e7.zip |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'security/bro')
-rw-r--r-- | security/bro/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/bro/Makefile b/security/bro/Makefile index 6f4d739e0fad..5e592f40e74d 100644 --- a/security/bro/Makefile +++ b/security/bro/Makefile @@ -26,6 +26,12 @@ CONFIGURE_ARGS= --libdir=${PREFIX}/share USE_BISON= yes USE_PERL5= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-extract: @(cd ${WRKSRC} && ${TAR} xfvz libedit.src.tar.gz > /dev/null) @@ -55,4 +61,4 @@ post-install: @${GZIP_CMD} ${DOCSDIR}/bro-CN99.ps .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |