pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libbonobo Prevent paths to the build work direct...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ee9a5589266
branches:  trunk
changeset: 495679:5ee9a5589266
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Fri Jun 17 13:30:04 2005 +0000

description:
Prevent paths to the build work directories being included in the package.
Bump PKGREVISION.

diffstat:

 devel/libbonobo/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 5fedb6a71b6c -r 5ee9a5589266 devel/libbonobo/Makefile
--- a/devel/libbonobo/Makefile  Fri Jun 17 13:00:04 2005 +0000
+++ b/devel/libbonobo/Makefile  Fri Jun 17 13:30:04 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2005/05/22 20:07:52 jlam Exp $
+# $NetBSD: Makefile,v 1.35 2005/06/17 13:30:04 kristerw Exp $
 
 DISTNAME=              libbonobo-2.8.1
+PKGREVISION=           1
 CATEGORIES=            devel gnome
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/libbonobo/2.8/}
 EXTRACT_SUFX=          .tar.bz2
@@ -22,6 +23,7 @@
 
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --with-html-dir=${PREFIX}/share/doc
+CONFIGURE_ENV+=                ac_cv_path_PERL_PATH="${TOOLS_PERL5}"
 
 PKG_SYSCONFSUBDIR=     bonobo-activation
 EGDIR=                 ${PREFIX}/share/examples/bonobo-activation
@@ -36,6 +38,7 @@
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/popt/buildlink3.mk"
 .include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../lang/perl5/buildlink3.mk"
 .include "../../net/ORBit2/buildlink3.mk"
 .include "../../textproc/intltool/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index