diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-06 17:59:31 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-06 17:59:31 +0000 |
commit | b2a96c6df1c8809216eced623ec37a8372b3216e (patch) | |
tree | 0c994bc87e8a2f221a7e2be76b9aafc16eab32bb /net/proxychains | |
parent | 87b685f5d4325ba771e96b0ef49c71f903fb3ae0 (diff) | |
download | ports-b2a96c6df1c8809216eced623ec37a8372b3216e.tar.gz ports-b2a96c6df1c8809216eced623ec37a8372b3216e.zip |
Notes
Diffstat (limited to 'net/proxychains')
-rw-r--r-- | net/proxychains/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/proxychains/Makefile b/net/proxychains/Makefile index c7f62d164184..533249a893d7 100644 --- a/net/proxychains/Makefile +++ b/net/proxychains/Makefile @@ -18,10 +18,6 @@ USE_LDCONFIG= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} < 600000 -BROKEN= Does not compile on 4.x and 5.x -.endif - .if ${OSVERSION} < 700017 EXTRA_PATCHES= ${PATCHDIR}/gethostbyaddr-proto-int .endif |