diff options
author | xtraeme <xtraeme> | 2004-03-29 08:00:04 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-03-29 08:00:04 +0000 |
commit | 1f626ad3d46265af2d730fdbf5698b720ba8b376 (patch) | |
tree | 6f144f3707257cc71bee14e5d8ae8f681c964e44 /chat/gtkyahoo | |
parent | dd9307dc8581ef50208599eeeebfcc022298bfcc (diff) | |
download | pkgsrc-1f626ad3d46265af2d730fdbf5698b720ba8b376.tar.gz |
bl3ify
Diffstat (limited to 'chat/gtkyahoo')
-rw-r--r-- | chat/gtkyahoo/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chat/gtkyahoo/Makefile b/chat/gtkyahoo/Makefile index 30d47c7730b..7867e7c669d 100644 --- a/chat/gtkyahoo/Makefile +++ b/chat/gtkyahoo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/13 13:50:46 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2004/03/29 08:00:38 xtraeme Exp $ DISTNAME= gtkyahoo-0.18.2 PKGREVISION= 2 @@ -12,7 +12,7 @@ COMMENT= GTK+ client for Yahoo! Messenger BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-libyahoo="${BUILDLINK_PREFIX.libyahoo}" @@ -20,8 +20,8 @@ CONFIGURE_ARGS+= --with-libyahoo="${BUILDLINK_PREFIX.libyahoo}" pre-configure: ${RM} -rf ${WRKSRC}/libyahoo -.include "../../chat/libyahoo/buildlink2.mk" -.include "../../lang/perl5/buildlink2.mk" -.include "../../x11/gtk/buildlink2.mk" +.include "../../chat/libyahoo/buildlink3.mk" +.include "../../lang/perl5/buildlink3.mk" +.include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |