diff options
author | pav <pav@FreeBSD.org> | 2005-08-09 21:46:22 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-08-09 21:46:22 +0800 |
commit | 3a200a3c65c94523f55d258fa744f41b6530b8a7 (patch) | |
tree | 1f13610a4da2e648e759d76a4b0262428734f82b /net/ns2 | |
parent | d6db5cfaecfde7e94eea2ad016f11d54742eb721 (diff) | |
download | freebsd-ports-gnome-3a200a3c65c94523f55d258fa744f41b6530b8a7.tar.gz freebsd-ports-gnome-3a200a3c65c94523f55d258fa744f41b6530b8a7.tar.zst freebsd-ports-gnome-3a200a3c65c94523f55d258fa744f41b6530b8a7.zip |
- Mark BROKEN on sparc64/ia64
Reported by: krismail
Approved by: portmgr (kris)
Diffstat (limited to 'net/ns2')
-rw-r--r-- | net/ns2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/ns2/Makefile b/net/ns2/Makefile index 8c872b33d613..628f90073fd1 100644 --- a/net/ns2/Makefile +++ b/net/ns2/Makefile @@ -30,6 +30,10 @@ ALL_TARGET= .include <bsd.port.pre.mk> +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ns ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/ns.1 ${PREFIX}/man/man1 |