summaryrefslogtreecommitdiff
path: root/devel/libbonobo
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-08-05 21:52:36 +0000
committerjlam <jlam@pkgsrc.org>2005-08-05 21:52:36 +0000
commit71c2e0daa617ba1950718543f26aa73158304cc2 (patch)
treee8b413a30fa1f5834879d2a6cea9bf411d73fd5d /devel/libbonobo
parentba04b93517e034b9b0ae178c61aed8daa8486874 (diff)
downloadpkgsrc-71c2e0daa617ba1950718543f26aa73158304cc2.tar.gz
libbonobo only needs the perl interpreter, not the libraries.
Diffstat (limited to 'devel/libbonobo')
-rw-r--r--devel/libbonobo/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile
index 05d22864267..63d3136c624 100644
--- a/devel/libbonobo/Makefile
+++ b/devel/libbonobo/Makefile
@@ -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 @@ GNU_CONFIGURE= YES
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 @@ PRINT_PLIST_AWK+= /^@dirrm lib\/(bonobo|bonobo\/monikers)$$/ \
.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"