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 | 6f68b57845aec5a5d26d87b565ee940bf595e24e (patch) | |
tree | 9ead0dd57ac73a836dcdb8221ed60be20839e16b /net | |
parent | 36f8a08e27581f5ed1a7a4fc6acc2e8e1815c6bf (diff) | |
download | pkgsrc-6f68b57845aec5a5d26d87b565ee940bf595e24e.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" |