aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/dnetc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/dnetc/Makefile b/misc/dnetc/Makefile
index 413e9554376e..25c85f9bd0a1 100644
--- a/misc/dnetc/Makefile
+++ b/misc/dnetc/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.distributed.net/pub/dcti/v2.8009/ \
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386"
DISTFILES= dnetc460-freebsd-x86-elf.tar.gz
-.elif ${ARCH} == "i386"
+.elif ${ARCH} == "alpha"
BROKEN= "No longer available. Please contact dbaker@distributed.net if you would like to build the native Alpha port"
.endif