summaryrefslogtreecommitdiff
path: root/net/ns2/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-08-09 13:46:22 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-08-09 13:46:22 +0000
commitc7c416526e765059632a1e4827fd6b23408ffa47 (patch)
tree7aca298eac1a6cbfb1e13d21b7063b65f0081d16 /net/ns2/Makefile
parentDocument gforge -- XSS and email flood vulnerabilities. (diff)
- Mark BROKEN on sparc64/ia64
Reported by: krismail Approved by: portmgr (kris)
Notes
Notes: svn path=/head/; revision=140821
Diffstat (limited to 'net/ns2/Makefile')
-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