summaryrefslogtreecommitdiff
path: root/sysutils/fsv
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-06-24 21:15:21 +0000
committerkristerw <kristerw>2005-06-24 21:15:21 +0000
commit0e2572e5770dadfa856f7988e79b1b322958bfb6 (patch)
tree4944cd1d8e6c8b176fdc9c5fd5024d29cfdd1aaf /sysutils/fsv
parentd5ed278854885bf6aa4dc72621ea616d5a2cb334 (diff)
downloadpkgsrc-0e2572e5770dadfa856f7988e79b1b322958bfb6.tar.gz
Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.
Diffstat (limited to 'sysutils/fsv')
-rw-r--r--sysutils/fsv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/fsv/Makefile b/sysutils/fsv/Makefile
index c2efc2d659e..8deb43f55a2 100644
--- a/sysutils/fsv/Makefile
+++ b/sysutils/fsv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/06/20 16:16:42 kristerw Exp $
+# $NetBSD: Makefile,v 1.7 2005/06/24 21:15:21 kristerw Exp $
#
DISTNAME= fsv-0.9
@@ -12,7 +12,7 @@ COMMENT= 3D filesystem visualizer
GNU_CONFIGURE= yes
USE_TOOLS+= file gmake
-CONFIGURE_ENV+= ac_cv_path_FILE_CMD="${TOOLS_FILE_CMD}"
+CONFIGURE_ENV+= FILE_CMD="${TOOLS_FILE_CMD}"
.include "../../x11/gtkglarea/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"