diff options
Diffstat (limited to 'net/dante/Makefile')
-rw-r--r-- | net/dante/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dante/Makefile b/net/dante/Makefile index c9d3b838ef6..1ca96373c9f 100644 --- a/net/dante/Makefile +++ b/net/dante/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/07/12 14:47:03 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2002/07/12 15:13:08 wiz Exp $ # DISTNAME= dante-1.1.13 @@ -14,7 +14,7 @@ CONFLICTS= socks4-[0-9]* GNU_CONFIGURE= YES USE_LIBTOOL= YES -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool CONFIGURE_ARGS+= --with-socks-conf=${PREFIX}/etc/socks.conf CONFIGURE_ARGS+= --with-sockd-conf=${PREFIX}/etc/sockd.conf |