diff options
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 |