aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-01-08 16:51:14 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-01-08 16:51:14 +0000
commit42526c4e4163e01bca438414d2d2ab7606e93c87 (patch)
tree911b683c200af5df7e69495e532a7f008c7f5887
parent3ac53dcf6ed91f0ed47918a99c006196aa6576fe (diff)
downloadports-42526c4e4163e01bca438414d2d2ab7606e93c87.tar.gz
ports-42526c4e4163e01bca438414d2d2ab7606e93c87.zip
Fix BROKEN on OSVERSION >= 502126: USE_GCC=3.3
Notes
Notes: svn path=/head/; revision=125832
-rw-r--r--net-p2p/mute-net/Makefile2
-rw-r--r--net/mute-net/Makefile2
2 files changed, 2 insertions, 2 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
diff --git a/net/mute-net/Makefile b/net/mute-net/Makefile
index 1e99c51905bf..a498fd5e96e9 100644
--- a/net/mute-net/Makefile
+++ b/net/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