diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-10-28 23:02:26 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-10-28 23:02:26 +0000 |
commit | 91c58f29a60b1df1fc56da26770f6641b511d2de (patch) | |
tree | cfc85f00511a6071167927cf677b9d935981f20f /net-p2p/gnunet | |
parent | BROKEN on amd64: Segfault during build (diff) |
BROKEN on 7.0: Does not compile
Diffstat (limited to 'net-p2p/gnunet')
-rw-r--r-- | net-p2p/gnunet/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index a79991ce37e8..01d1c973446c 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -102,6 +102,12 @@ MAN1= gnunet-chat.1 gnunet-check.1 gnunet-convert.1 \ gnunet-update.1 gnunetd.1 MAN5= gnunet.conf.5 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700000 +BROKEN= "Does not compile on FreeBSD >= 7.0" +.endif + pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "You can build GNUnet with the following options:" @@ -134,4 +140,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |