diff options
Diffstat (limited to 'net-mgmt/macroscope')
-rw-r--r-- | net-mgmt/macroscope/Makefile | 4 |
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> |