summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-06-25 00:48:26 +0000
committerkristerw <kristerw>2005-06-25 00:48:26 +0000
commitee10a468552883e3f973bfc03998bd9e841bdd23 (patch)
tree9ead0dd57ac73a836dcdb8221ed60be20839e16b /net
parent8dbc6fdb3f7ac22eb088fc105e80ae9c9723b910 (diff)
downloadpkgsrc-ee10a468552883e3f973bfc03998bd9e841bdd23.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/Makefile4
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"