diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-11-02 23:23:44 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-11-02 23:23:44 +0000 |
commit | 3b054617911c97e50fd2bcffa42f8450f12b9ff4 (patch) | |
tree | c2f042409e7a3e0098ca66fbe45c3738a65f717b /misc/dnetc | |
parent | aa9aff0efd7c632e545643db2f14a93685225462 (diff) |
Notes
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) |