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 | 64cc5a875bba6059719267d14f9fb8bec31ce86b (patch) | |
tree | cc70e414c0b790a0eff89d22ab165d6257580c2d /devel/libbonobo | |
parent | 6f68b57845aec5a5d26d87b565ee940bf595e24e (diff) | |
download | pkgsrc-64cc5a875bba6059719267d14f9fb8bec31ce86b.tar.gz |
Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.
Diffstat (limited to 'devel/libbonobo')
-rw-r--r-- | devel/libbonobo/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |