diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-06-25 01:14:11 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-06-25 01:14:11 +0000 |
commit | 59f3b7f0a6fa46f6de500290637e34eea7d54edc (patch) | |
tree | cc70e414c0b790a0eff89d22ab165d6257580c2d | |
parent | 0d1bdc27f0213eb743ebd1083b594a5693ed54aa (diff) | |
download | pkgsrc-59f3b7f0a6fa46f6de500290637e34eea7d54edc.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/Makefile | 4 | ||||
-rw-r--r-- | wm/wmakerconf/Makefile | 4 |
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 |