diff options
author | agc <agc@pkgsrc.org> | 1998-06-11 16:05:40 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-11 16:05:40 +0000 |
commit | cf9420e142098f24808abec6897e346adcde037e (patch) | |
tree | 98b24158c26c2ab4acd4c0a440fc756f3412dd75 /net | |
parent | 1518d1d672dc473cfdb58d13ae220abe55050f05 (diff) | |
download | pkgsrc-cf9420e142098f24808abec6897e346adcde037e.tar.gz |
Note conflict with socks4 package.
Diffstat (limited to 'net')
-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 427f2a2f0e2..6937b6b79db 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/04/15 10:38:40 agc Exp $ +# $NetBSD: Makefile,v 1.10 1998/06/11 16:05:40 agc Exp $ # FreeBSD Id: Makefile,v 1.14 1997/08/28 06:49:06 obrien Exp # @@ -11,6 +11,8 @@ EXTRACT_SUFX= .gz MAINTAINER= ambrisko@ambrisko.roble.com +CONFLICTS= socks4-2.2 + NO_CDROM= "NEC has a funky license for this software" RESTRICTED= "no commercial use" |