diff options
author | kristerw <kristerw> | 2005-06-24 20:37:38 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2005-06-24 20:37:38 +0000 |
commit | 761c170e2ca68bac0ff675fac74bb5ccc71aaf7d (patch) | |
tree | ede11d32dd117e63899d38e8b8d63694fdc6f133 /wm/qvwm | |
parent | 44a3e2b225c22df19922842692843d508433c9af (diff) | |
download | pkgsrc-761c170e2ca68bac0ff675fac74bb5ccc71aaf7d.tar.gz |
Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.
Diffstat (limited to 'wm/qvwm')
-rw-r--r-- | wm/qvwm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/qvwm/Makefile b/wm/qvwm/Makefile index 1bf6b93ffbc..4f91de1aa48 100644 --- a/wm/qvwm/Makefile +++ b/wm/qvwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/06/20 17:02:04 kristerw Exp $ +# $NetBSD: Makefile,v 1.21 2005/06/24 20:37:38 kristerw Exp $ # DISTNAME= qvwm-1.1.12 @@ -12,7 +12,7 @@ COMMENT= Windows 95/98/NT like window manager for X11 GNU_CONFIGURE= yes USE_TOOLS+= gmake rm -CONFIGURE_ENV+= ac_cv_path_PATH_RM="${TOOLS_RM}" +CONFIGURE_ENV+= PATH_RM="${TOOLS_RM}" USE_LANGUAGES= c++ post-install: |