aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2010-04-01 10:24:44 +0000
committerMark Linimon <linimon@FreeBSD.org>2010-04-01 10:24:44 +0000
commit2607e9a53bc7f8768b08f4024ea740fb1c95d178 (patch)
tree0b9b1680c5f775e688dc3cb334f9146a873e9d9d /net-mgmt
parent034a704dfbc1776bc84b3215b32161f70d16b92e (diff)
downloadports-2607e9a53bc7f8768b08f4024ea740fb1c95d178.tar.gz
ports-2607e9a53bc7f8768b08f4024ea740fb1c95d178.zip
Not for powerpc, either.
Hat: portmgr
Notes
Notes: svn path=/head/; revision=251966
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/macroscope/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/macroscope/Makefile b/net-mgmt/macroscope/Makefile
index c9283c4ec793..30cae0df951e 100644
--- a/net-mgmt/macroscope/Makefile
+++ b/net-mgmt/macroscope/Makefile
@@ -47,8 +47,8 @@ USE_FIREBIRD= yes
.include "${PORTSDIR}/Mk/bsd.database.mk"
-.if ${ARCH} == "sparc64"
-BROKEN= Does not compile
+.if ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
+BROKEN= Does not compile on this architecture
.endif
.include <bsd.port.post.mk>