aboutsummaryrefslogtreecommitdiffstats
path: root/net/ns2
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-08-09 21:46:22 +0800
committerpav <pav@FreeBSD.org>2005-08-09 21:46:22 +0800
commit3a200a3c65c94523f55d258fa744f41b6530b8a7 (patch)
tree1f13610a4da2e648e759d76a4b0262428734f82b /net/ns2
parentd6db5cfaecfde7e94eea2ad016f11d54742eb721 (diff)
downloadfreebsd-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/Makefile4
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