diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-06-24 21:15:21 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-06-24 21:15:21 +0000 |
commit | 78b4b936c4760a8ab91993b12fcb6c8a9cf75bf4 (patch) | |
tree | 4944cd1d8e6c8b176fdc9c5fd5024d29cfdd1aaf /sysutils | |
parent | d3b603c3f827fbde68192a41105ff00d05ba3a5d (diff) | |
download | pkgsrc-78b4b936c4760a8ab91993b12fcb6c8a9cf75bf4.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')
-rw-r--r-- | sysutils/fsv/Makefile | 4 |
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" |