diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2005-03-27 02:33:59 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2005-03-27 02:33:59 +0000 |
| commit | 1d7f4668bae7764f9e20544e7b3e89ca6633b77c (patch) | |
| tree | 0c6d0848dc18b2bc90ec8864f50a9db8dcb6e0fe | |
| parent | BROKEN: Unfetchable (diff) | |
BROKEN on ia64 and sparc64: does not build
Approved by: portmgr (self)
| -rw-r--r-- | net/tund/Makefile | 8 |
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> |
