summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-03-27 02:33:59 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-03-27 02:33:59 +0000
commit1d7f4668bae7764f9e20544e7b3e89ca6633b77c (patch)
tree0c6d0848dc18b2bc90ec8864f50a9db8dcb6e0fe
parentBROKEN: Unfetchable (diff)
BROKEN on ia64 and sparc64: does not build
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=132078
-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>