diff options
author | wiz <wiz> | 2002-09-10 14:10:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-09-10 14:10:46 +0000 |
commit | 54a6ae9b3313df278940916d0b16c7b8aaa0f8a3 (patch) | |
tree | f1b9328225fcdf508e98d54395a89e0daeb4f3cf /devel/libbonobo | |
parent | c69b4c8e0d0a44ca5749cc0a4e1c151325ea9125 (diff) | |
download | pkgsrc-54a6ae9b3313df278940916d0b16c7b8aaa0f8a3.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" |