aboutsummaryrefslogtreecommitdiffstats
path: root/net/tund
diff options
context:
space:
mode:
Diffstat (limited to 'net/tund')
-rw-r--r--net/tund/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/tund/Makefile b/net/tund/Makefile
index 744f332a9eb7..949af5402e43 100644
--- a/net/tund/Makefile
+++ b/net/tund/Makefile
@@ -18,4 +18,10 @@ USE_OPENSSL= YES
MAN8= tund.8
MANCOMPRESSED= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
+BROKEN= "Does not build on ia64 or sparc64"
+.endif
+
+.include <bsd.port.post.mk>