diff options
author | sketch <sketch> | 2004-09-08 15:03:15 +0000 |
---|---|---|
committer | sketch <sketch> | 2004-09-08 15:03:15 +0000 |
commit | b381e7b2490a91ce7d179d6318dba81972c8aa2d (patch) | |
tree | e478949db91df4c058d2cc42718b06eecd307d75 /net/socks4/Makefile | |
parent | 06e73c8e154abcb2a00d22fd0e272853199f71d0 (diff) | |
download | pkgsrc-b381e7b2490a91ce7d179d6318dba81972c8aa2d.tar.gz |
varargs->stdarg, fixes build with GCC3.
Add dante to CONFLICTS as they install files with the same name (dante already
has socks4 in its own CONFLICTS).
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 f2489d5e9d0..ddb955fc5f3 100644 --- a/net/socks4/Makefile +++ b/net/socks4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/08/18 14:25:04 tv Exp $ +# $NetBSD: Makefile,v 1.20 2004/09/08 15:03:15 sketch Exp $ # DISTNAME= export.socks.cstc.4.2.2 @@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.socks.nec.com/socksv4.html COMMENT= Old library, server and client for using proxy firewall software -CONFLICTS= socks5-[0-9]* +CONFLICTS= socks5-[0-9]* dante* LICENSE= no-commercial-use PKG_INSTALLATION_TYPES= overwrite pkgviews |