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/ns | |
parent | d20662bf311eb7b1a69e3ff486bea438365cbd9e (diff) | |
download | ports-c7c416526e765059632a1e4827fd6b23408ffa47.tar.gz ports-c7c416526e765059632a1e4827fd6b23408ffa47.zip |
Notes
Diffstat (limited to 'net/ns')
-rw-r--r-- | net/ns/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/ns/Makefile b/net/ns/Makefile index 8c872b33d613..628f90073fd1 100644 --- a/net/ns/Makefile +++ b/net/ns/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 |