pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libbonobo libbonobo only needs the perl interpre...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4788a728d0a
branches:  trunk
changeset: 497847:d4788a728d0a
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Aug 05 21:52:36 2005 +0000

description:
libbonobo only needs the perl interpreter, not the libraries.

diffstat:

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

diffs (26 lines):

diff -r d8b87d8fc9ab -r d4788a728d0a devel/libbonobo/Makefile
--- a/devel/libbonobo/Makefile  Fri Aug 05 21:45:29 2005 +0000
+++ b/devel/libbonobo/Makefile  Fri Aug 05 21:52:36 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2005/07/27 17:18:37 drochner Exp $
+# $NetBSD: Makefile,v 1.39 2005/08/05 21:52:36 jlam Exp $
 
 DISTNAME=              libbonobo-2.10.0
 CATEGORIES=            devel gnome
@@ -15,7 +15,7 @@
 USE_PKGINSTALL=                YES
 USE_PKGLOCALEDIR=      YES
 USE_LIBTOOL=           YES
-USE_TOOLS+=            bison gmake
+USE_TOOLS+=            bison gmake perl:run
 
 PKGCONFIG_OVERRIDE=    bonobo/libbonobo-2.0.pc.in
 PKGCONFIG_OVERRIDE+=   bonobo-activation/bonobo-activation-2.0.pc.in
@@ -37,7 +37,6 @@
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/popt/buildlink3.mk"
 .include "../../devel/pkg-config/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