summaryrefslogtreecommitdiff
path: root/devel/libbonobo
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-06-25 01:14:11 +0000
committerkristerw <kristerw>2005-06-25 01:14:11 +0000
commite5441ebf1680ebbbda597d2cbbeaf36982f3d52d (patch)
treecc70e414c0b790a0eff89d22ab165d6257580c2d /devel/libbonobo
parentee10a468552883e3f973bfc03998bd9e841bdd23 (diff)
downloadpkgsrc-e5441ebf1680ebbbda597d2cbbeaf36982f3d52d.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/Makefile4
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