diff options
author | jlam <jlam> | 2005-08-05 21:52:36 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-08-05 21:52:36 +0000 |
commit | 56b6cafce047193716dc088d9818751e3731d836 (patch) | |
tree | e8b413a30fa1f5834879d2a6cea9bf411d73fd5d /devel | |
parent | e47e505c36ba9a92600c30cce1b98f67d3b0cbf4 (diff) | |
download | pkgsrc-56b6cafce047193716dc088d9818751e3731d836.tar.gz |
libbonobo only needs the perl interpreter, not the libraries.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libbonobo/Makefile | 5 |
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" |