aboutsummaryrefslogtreecommitdiffstats
path: root/net/tund
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-03-27 10:33:59 +0800
committerkris <kris@FreeBSD.org>2005-03-27 10:33:59 +0800
commitbc362e070436c6a941992594dcbb6865427749f5 (patch)
treec57063f06b582c5b422b653c98779dda1e02859c /net/tund
parent9cc2a46839ee5fda76c70da80115b915e86446eb (diff)
downloadfreebsd-ports-gnome-bc362e070436c6a941992594dcbb6865427749f5.tar.gz
freebsd-ports-gnome-bc362e070436c6a941992594dcbb6865427749f5.tar.zst
freebsd-ports-gnome-bc362e070436c6a941992594dcbb6865427749f5.zip
BROKEN on ia64 and sparc64: does not build
Approved by: portmgr (self)
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>