diff options
author | obrien <obrien@FreeBSD.org> | 1999-01-06 03:02:32 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-01-06 03:02:32 +0800 |
commit | 16c62775b5ec8d4d1299b5dff1bdf1cc694a2fc7 (patch) | |
tree | e5c686237bd4bc491da9476c9440dd3f1900e663 /net/socks5 | |
parent | d5c8919e81a65e64948e3b5cc81786716c72305c (diff) | |
download | freebsd-ports-gnome-16c62775b5ec8d4d1299b5dff1bdf1cc694a2fc7.tar.gz freebsd-ports-gnome-16c62775b5ec8d4d1299b5dff1bdf1cc694a2fc7.tar.zst freebsd-ports-gnome-16c62775b5ec8d4d1299b5dff1bdf1cc694a2fc7.zip |
BROKEN= 'socks5-v1.0r7 is not available at NEC's website. Latest is v1.0r8'
Diffstat (limited to 'net/socks5')
-rw-r--r-- | net/socks5/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile index 2088373f67bf..300fbf90e286 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Apr 1996 # Whom: pst # -# $Id: Makefile,v 1.19 1998/07/20 22:46:57 imp Exp $ +# $Id: Makefile,v 1.20 1998/10/07 18:51:28 imp Exp $ # DISTNAME= socks5-v1.0r7 @@ -13,6 +13,8 @@ EXTRACT_SUFX= .tar.gz MAINTAINER= imp@freebsd.org +BROKEN= 'socks5-v1.0r7 is not available at NEC's website. Latest is v1.0r8' + NO_CDROM= "NEC has a funky license for this software" RESTRICTED= "no commercial use" |