diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-06-25 00:48:26 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-06-25 00:48:26 +0000 |
commit | 0d1bdc27f0213eb743ebd1083b594a5693ed54aa (patch) | |
tree | 9ead0dd57ac73a836dcdb8221ed60be20839e16b /net | |
parent | 375383d0d206cf42eaaee7f3b78f19a3e57c2d4b (diff) | |
download | pkgsrc-0d1bdc27f0213eb743ebd1083b594a5693ed54aa.tar.gz |
Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.
Diffstat (limited to 'net')
-rw-r--r-- | net/ncftp2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ncftp2/Makefile b/net/ncftp2/Makefile index 283e9851de0..bfc78d60461 100644 --- a/net/ncftp2/Makefile +++ b/net/ncftp2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2005/06/19 01:21:19 kristerw Exp $ +# $NetBSD: Makefile,v 1.39 2005/06/25 00:52:00 kristerw Exp $ DISTNAME= ncftp-2.4.3 PKGREVISION= 2 @@ -13,7 +13,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-extra-dirs CONFIGURE_ARGS+= --disable-ncurses CONFIGURE_ENV+= ac_cv_lib_intl_strftime=no -CONFIGURE_ENV+= ac_cv_path_GZCAT="${GZCAT}" +CONFIGURE_ENV+= GZCAT="${GZCAT}" USE_TOOLS+= gzcat .include "../../mk/bsd.prefs.mk" |