diff options
author | linimon <linimon@FreeBSD.org> | 2003-11-03 07:23:44 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-11-03 07:23:44 +0800 |
commit | 476fba8a9be7c5fb4e02c8512e46b9b0c47230d6 (patch) | |
tree | 5859aa5e5bc8bf6770a82a3c09187686c021a15f /misc/dnetc | |
parent | 2989caec16d83441ac8101571b22a120cb93c900 (diff) | |
download | freebsd-ports-gnome-476fba8a9be7c5fb4e02c8512e46b9b0c47230d6.tar.gz freebsd-ports-gnome-476fba8a9be7c5fb4e02c8512e46b9b0c47230d6.tar.zst freebsd-ports-gnome-476fba8a9be7c5fb4e02c8512e46b9b0c47230d6.zip |
Update ARCH logic and change BROKEN to IGNORE for cases where the
port will never run.
PR: ports/53132 (maintainer timeout)
Submitted by: self (as linimon@lonesome.com)
Diffstat (limited to 'misc/dnetc')
-rw-r--r-- | misc/dnetc/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/misc/dnetc/Makefile b/misc/dnetc/Makefile index edc2c7350c6e..67abb02b7519 100644 --- a/misc/dnetc/Makefile +++ b/misc/dnetc/Makefile @@ -15,16 +15,12 @@ MASTER_SITES= ftp://ftp.distributed.net/pub/dcti/%SUBDIR%/ \ MASTER_SITE_SUBDIR= ${PORTVERSION:S/^/v/:R} .include <bsd.port.pre.mk> -.if ${ARCH} == "i386" DISTFILES= dnetc${PORTVERSION:E}-freebsd-x86-elf.tar.gz -.elif ${ARCH} == "alpha" -BROKEN= "Not immediately available. Please try again tomorrow." -.endif ONLY_FOR_ARCHS= i386 .if ${OSVERSION} < 300000 -BROKEN= "No version is currently available for your system. Please upgrade FreeBSD." +IGNORE= "This port requires FreeBSD 3.X or greater." .endif .if exists(${PREFIX}/distributed.net/rc5des) |