diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-10 14:10:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-10 14:10:46 +0000 |
commit | 0f7a9ebfb4ffb57a93cd75c639765167df3710b0 (patch) | |
tree | f1b9328225fcdf508e98d54395a89e0daeb4f3cf /devel/libbonobo | |
parent | 524faf982551389f5d54e9e4abb218beb6450917 (diff) | |
download | pkgsrc-0f7a9ebfb4ffb57a93cd75c639765167df3710b0.tar.gz |
buildlink2.
Diffstat (limited to 'devel/libbonobo')
-rw-r--r-- | devel/libbonobo/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index 355e3b54936..cf28df1aaad 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/07/12 16:22:58 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2002/09/10 14:10:46 wiz Exp $ DISTNAME= libbonobo-2.0.0 CATEGORIES= devel gnome @@ -10,10 +10,11 @@ HOMEPAGE= http://developer.gnome.org/ COMMENT= GNOME2 Object activation framework library GNU_CONFIGURE= YES -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES USE_LIBTOOL= YES USE_GMAKE= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool -.include "../../devel/bonobo-activation/buildlink.mk" +.include "../../devel/bonobo-activation/buildlink2.mk" +.include "../../devel/ptl2/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |