diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-05 03:34:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-05 03:34:20 +0000 |
commit | 4043984928965ce455abf9bb3241450423c5ef7b (patch) | |
tree | 65096047a83988e932d4855f29416c59f1781df1 /net | |
parent | 69bed16c18501959af6f0ed121a8f350d42093d7 (diff) | |
download | pkgsrc-4043984928965ce455abf9bb3241450423c5ef7b.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'net')
-rw-r--r-- | net/ORBit2/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/ORBit2/Makefile b/net/ORBit2/Makefile index 774ca6da861..825cd1a30ed 100644 --- a/net/ORBit2/Makefile +++ b/net/ORBit2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/09/10 16:06:46 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2002/10/05 03:34:20 wiz Exp $ # DISTNAME= ORBit2-2.4.0 @@ -13,11 +13,11 @@ COMMENT= high-performance CORBA ORB with C language support USE_GMAKE= YES USE_LIBTOOL= YES -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES GNU_CONFIGURE= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool -.include "../../net/linc/buildlink.mk" -.include "../../net/libIDL/buildlink.mk" -.include "../../devel/popt/buildlink.mk" +.include "../../net/linc/buildlink2.mk" +.include "../../net/libIDL/buildlink2.mk" +.include "../../devel/popt/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |