diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-06-24 20:37:38 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-06-24 20:37:38 +0000 |
commit | ecfaec1ac435ddb52c7e8ecc9fafff71801f7c24 (patch) | |
tree | ede11d32dd117e63899d38e8b8d63694fdc6f133 | |
parent | f5c5efa0bc26e8fd524d12a05ee325bb191d3533 (diff) | |
download | pkgsrc-ecfaec1ac435ddb52c7e8ecc9fafff71801f7c24.tar.gz |
Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.
-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: |