diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-19 01:23:11 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-19 01:23:11 +0000 |
commit | 9cc499cfc9c01b4af28c88394e49e1c565397ea1 (patch) | |
tree | f545ac80673328c2c848c94c672375d6288a2b87 /net-p2p | |
parent | f317b9290d231ee6c13a29fd48b1d3f97bc04426 (diff) |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=118274
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/mute-net/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-p2p/mute-net/Makefile b/net-p2p/mute-net/Makefile index 661f04708df9..0a20d7f41387 100644 --- a/net-p2p/mute-net/Makefile +++ b/net-p2p/mute-net/Makefile @@ -138,6 +138,10 @@ post-install: .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + # we cannot install if either a slave or master port is already # installed CONFLICTS+= mute-net-[0-9]* |