summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sysutils/gpart/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/gpart/Makefile b/sysutils/gpart/Makefile
index 0a0cb9d..9fbc7d6 100644
--- a/sysutils/gpart/Makefile
+++ b/sysutils/gpart/Makefile
@@ -23,4 +23,10 @@ PLIST_FILES= sbin/gpart
MAKE_ARGS+= LDFLAGS=-static
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386" && ${ARCH} != "alpha"
+BROKEN= "Does not compile on !i386 and !alpha"
+.endif
+
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud