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/proxyper/Makefile | |
parent | aa9aff0efd7c632e545643db2f14a93685225462 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=92886
Diffstat (limited to 'misc/proxyper/Makefile')
-rw-r--r-- | misc/proxyper/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/proxyper/Makefile b/misc/proxyper/Makefile index 45b47f372255..af1935d690e9 100644 --- a/misc/proxyper/Makefile +++ b/misc/proxyper/Makefile @@ -20,10 +20,8 @@ COMMENT= The official distributed.net v2 personal proxy ONLY_FOR_ARCHS= i386 -.if ${OSVERSION} < 220000 -BROKEN= "No version is built for your system." -.elif ${OSVERSION} < 300000 -BROKEN= "No version is currently available for your system. Please try again later." +.if ${OSVERSION} < 300000 +IGNORE= "This port requires FreeBSD 3.X or greater." .endif NO_BUILD= yes |