diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-01-08 16:51:14 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-01-08 16:51:14 +0000 |
commit | 42526c4e4163e01bca438414d2d2ab7606e93c87 (patch) | |
tree | 911b683c200af5df7e69495e532a7f008c7f5887 /net-p2p | |
parent | - Update to 0.44 (diff) |
Fix BROKEN on OSVERSION >= 502126: USE_GCC=3.3
Notes
Notes:
svn path=/head/; revision=125832
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/mute-net/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/mute-net/Makefile b/net-p2p/mute-net/Makefile index 1e99c51905bf..a498fd5e96e9 100644 --- a/net-p2p/mute-net/Makefile +++ b/net-p2p/mute-net/Makefile @@ -140,7 +140,7 @@ post-install: .include <bsd.port.pre.mk> .if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" +USE_GCC= 3.3 .endif # we cannot install if either a slave or master port is already |