diff options
author | hubertf <hubertf> | 1999-02-20 22:26:22 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-02-20 22:26:22 +0000 |
commit | 878b71762a717be3626e0baac746b75c52f812b6 (patch) | |
tree | 5dfb6790781bc152a49c7ce2efc6fe16e2b8a683 /net/socks4/Makefile | |
parent | 205ea7266a59ebd260f40a98794855c199e71ec2 (diff) | |
download | pkgsrc-878b71762a717be3626e0baac746b75c52f812b6.tar.gz |
Use wildcard depends
Diffstat (limited to 'net/socks4/Makefile')
-rw-r--r-- | net/socks4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/socks4/Makefile b/net/socks4/Makefile index 116a7c9b839..a75506efceb 100644 --- a/net/socks4/Makefile +++ b/net/socks4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/01/20 00:48:12 ross Exp $ +# $NetBSD: Makefile,v 1.5 1999/02/20 22:26:22 hubertf Exp $ # DISTNAME= export.socks.cstc.4.2.2 @@ -10,7 +10,7 @@ MASTER_SITES= http://www.ibs.net.pl/archive/Firewalls/socks/socks4/\ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.socks.nec.com/socksv4.html -CONFLICTS= socks5-1.0.2 +CONFLICTS= socks5-* NO_CDROM= "NEC has a funky license for this software" RESTRICTED= "no commercial use" |