aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/macroscope/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/macroscope/Makefile')
-rw-r--r--net-mgmt/macroscope/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/macroscope/Makefile b/net-mgmt/macroscope/Makefile
index 03ab21c712cc..24db587a496d 100644
--- a/net-mgmt/macroscope/Makefile
+++ b/net-mgmt/macroscope/Makefile
@@ -51,6 +51,10 @@ USE_FIREBIRD= yes
.include "${PORTSDIR}/Mk/bsd.database.mk"
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile
+.endif
+
do-configure:
@(cd ${WRKSRC}; \
${LOCALBASE}/bin/cmake ${CMAKE_ARGS} .)