diff options
author | wiz <wiz@pkgsrc.org> | 2002-07-12 15:13:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-07-12 15:13:08 +0000 |
commit | 0e430ef96775ae41ba79cd281471d1e774eb25ef (patch) | |
tree | b8480247bae070c1efd1979e06bd0de7f21529b0 /net/dante/Makefile | |
parent | c3226829b9a35bdd2d209520c327d6bedf16d403 (diff) | |
download | pkgsrc-0e430ef96775ae41ba79cd281471d1e774eb25ef.tar.gz |
LTCONFIG_OVERRIDE -> LIBTOOL_OVERRIDE. Makes libdsocks.a appear again.
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 |