diff options
author | hubertf <hubertf> | 1999-02-20 22:26:22 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-02-20 22:26:22 +0000 |
commit | d9e62bf19ae2d52db15e40f15b4cce285e47fb7a (patch) | |
tree | 5dfb6790781bc152a49c7ce2efc6fe16e2b8a683 /net | |
parent | 875564186fe15770bdfb79d33aee92d648673da2 (diff) | |
download | pkgsrc-d9e62bf19ae2d52db15e40f15b4cce285e47fb7a.tar.gz |
Use wildcard depends
Diffstat (limited to 'net')
-rw-r--r-- | net/socks4/Makefile | 4 | ||||
-rw-r--r-- | net/socks5/Makefile | 4 |
2 files changed, 4 insertions, 4 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" diff --git a/net/socks5/Makefile b/net/socks5/Makefile index f7804501995..0032e7787e7 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1998/08/20 15:17:20 tsarna Exp $ +# $NetBSD: Makefile,v 1.14 1999/02/20 22:26:22 hubertf Exp $ # FreeBSD Id: Makefile,v 1.14 1997/08/28 06:49:06 obrien Exp # @@ -12,7 +12,7 @@ EXTRACT_SUFX= .gz MAINTAINER= ambrisko@ambrisko.roble.com HOMEPAGE= http://www.socks.nec.com/ -CONFLICTS= socks4-2.2 +CONFLICTS= socks4-* NO_CDROM= "NEC has a funky license for this software" RESTRICTED= "no commercial use" |