diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-08-09 13:46:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-08-09 13:46:22 +0000 |
commit | c7c416526e765059632a1e4827fd6b23408ffa47 (patch) | |
tree | 7aca298eac1a6cbfb1e13d21b7063b65f0081d16 /net/ns2/Makefile | |
parent | Document 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/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 |