diff options
author | kris <kris@FreeBSD.org> | 2004-09-18 07:02:58 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-18 07:02:58 +0800 |
commit | cf7a99ba85fe74976ebb4d40b50b44a7a0c933b4 (patch) | |
tree | 2cb3b36f9326fddef01ad0ad61ccbe0063e48c03 /security/bro | |
parent | e79bf06ffa60db2f5593f023759e18b64e6e5a1e (diff) | |
download | freebsd-ports-gnome-cf7a99ba85fe74976ebb4d40b50b44a7a0c933b4.tar.gz freebsd-ports-gnome-cf7a99ba85fe74976ebb4d40b50b44a7a0c933b4.tar.zst freebsd-ports-gnome-cf7a99ba85fe74976ebb4d40b50b44a7a0c933b4.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> |