pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/qvwm Change the CONFIGURE_ENV to use the variables ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5cb0f3e78b9
branches:  trunk
changeset: 496256:a5cb0f3e78b9
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Fri Jun 24 20:37:38 2005 +0000

description:
Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.

diffstat:

 wm/qvwm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1cd725388325 -r a5cb0f3e78b9 wm/qvwm/Makefile
--- a/wm/qvwm/Makefile  Fri Jun 24 20:36:41 2005 +0000
+++ b/wm/qvwm/Makefile  Fri Jun 24 20:37:38 2005 +0000
@@ -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 @@
 
 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:



Home | Main Index | Thread Index | Old Index