summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-06-25 01:14:11 +0000
committerkristerw <kristerw>2005-06-25 01:14:11 +0000
commitc9299d01c8c856c861cdcefec10530b1ed9061ea (patch)
treecc70e414c0b790a0eff89d22ab165d6257580c2d
parent38cd14b04316b9d1894a81af971fcf4eb8b969f9 (diff)
downloadpkgsrc-c9299d01c8c856c861cdcefec10530b1ed9061ea.tar.gz
Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.
-rw-r--r--devel/libbonobo/Makefile4
-rw-r--r--wm/wmakerconf/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile
index 0c16d0d14f1..35a5bb75cd9 100644
--- a/devel/libbonobo/Makefile
+++ b/devel/libbonobo/Makefile
@@ -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 @@ PKGCONFIG_OVERRIDE+= bonobo-activation/bonobo-activation-2.0.pc.in
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 --git a/wm/wmakerconf/Makefile b/wm/wmakerconf/Makefile
index 3989e2479e7..315e9aae5fc 100644
--- a/wm/wmakerconf/Makefile
+++ b/wm/wmakerconf/Makefile
@@ -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}
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