diff options
Diffstat (limited to 'net/socks4/Makefile')
-rw-r--r-- | net/socks4/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/socks4/Makefile b/net/socks4/Makefile index abffd8ed4e4..2a973c756f4 100644 --- a/net/socks4/Makefile +++ b/net/socks4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2013/06/16 20:42:46 joerg Exp $ +# $NetBSD: Makefile,v 1.30 2014/10/09 14:06:48 wiz Exp $ # DISTNAME= export.socks.cstc.4.2.2 @@ -13,8 +13,6 @@ COMMENT= Old library, server and client for using proxy firewall software CONFLICTS= socks5-[0-9]* dante* -PKG_INSTALLATION_TYPES= overwrite pkgviews - WRKSRC= ${WRKDIR}/socks.cstc.4.2 MAKE_ENV+= OPTIMIZE=${CFLAGS:M*:Q} |