pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libbonobo We need all .idl files in ${BUILDLINK_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa552402aca8
branches:  trunk
changeset: 468187:fa552402aca8
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Feb 11 03:52:22 2004 +0000

description:
We need all .idl files in ${BUILDLINK_DIR} to build some programs,
so add them via BUILDLINK_FILES.<pkg>.

diffstat:

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

diffs (19 lines):

diff -r a75ffb48d46c -r fa552402aca8 devel/libbonobo/buildlink3.mk
--- a/devel/libbonobo/buildlink3.mk     Wed Feb 11 03:26:44 2004 +0000
+++ b/devel/libbonobo/buildlink3.mk     Wed Feb 11 03:52:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2004/02/11 00:53:57 xtraeme Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2004/02/11 03:52:22 xtraeme Exp $
 #
 # This Makefile fragment is included by packages that use libbonobo.
 #
@@ -17,6 +17,9 @@
 BUILDLINK_DEPENDS.libbonobo+=          libbonobo>=2.4.2
 BUILDLINK_PKGSRCDIR.libbonobo?=                ../../devel/libbonobo
 
+BUILDLINK_FILES.libbonobo+=            share/idl/bonobo-2.0/*
+BUILDLINK_FILES.libbonobo+=            share/idl/bonobo-activation-2.0/*
+
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/popt/buildlink3.mk"



Home | Main Index | Thread Index | Old Index