pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Change the CONFIGURE_ENV to use the variables users ar...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/57be3ea389c5
branches:  trunk
changeset: 496293:57be3ea389c5
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sat Jun 25 01:14:11 2005 +0000

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

diffstat:

 devel/libbonobo/Makefile |  4 ++--
 wm/wmakerconf/Makefile   |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 9eb4e39c76c8 -r 57be3ea389c5 devel/libbonobo/Makefile
--- a/devel/libbonobo/Makefile  Sat Jun 25 00:48:26 2005 +0000
+++ b/devel/libbonobo/Makefile  Sat Jun 25 01:14:11 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2005/06/17 13:30:04 kristerw Exp $
+# $NetBSD: Makefile,v 1.36 2005/06/25 01:23:28 kristerw Exp $
 
 DISTNAME=              libbonobo-2.8.1
 PKGREVISION=           1
@@ -23,7 +23,7 @@
 
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --with-html-dir=${PREFIX}/share/doc
-CONFIGURE_ENV+=                ac_cv_path_PERL_PATH="${TOOLS_PERL5}"
+CONFIGURE_ENV+=                PERL_PATH="${TOOLS_PERL5}"
 
 PKG_SYSCONFSUBDIR=     bonobo-activation
 EGDIR=                 ${PREFIX}/share/examples/bonobo-activation
diff -r 9eb4e39c76c8 -r 57be3ea389c5 wm/wmakerconf/Makefile
--- a/wm/wmakerconf/Makefile    Sat Jun 25 00:48:26 2005 +0000
+++ b/wm/wmakerconf/Makefile    Sat Jun 25 01:14:11 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2005/06/16 21:14:04 kristerw Exp $
+# $NetBSD: Makefile,v 1.28 2005/06/25 01:14:11 kristerw Exp $
 
 DISTNAME=      wmakerconf-2.11
 PKGREVISION=   1
@@ -20,7 +20,7 @@
 CONFIGURE_ARGS+=       --with-wmakeretcprefix=${PKG_SYSCONFDIR}/WindowMaker
 .endif
 
-CONFIGURE_ENV+=                ac_cv_path_tar="${TOOLS_TAR}"
+CONFIGURE_ENV+=                tar="${TOOLS_TAR}"
 
 post-extract:
        ${MV} ${WRKSRC}/data/WMWmakerconf ${WRKSRC}/data/WMWmakerconf.in



Home | Main Index | Thread Index | Old Index