diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-12-08 05:59:50 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-12-08 05:59:50 +0000 |
commit | 851dafbc3d9a6bb3571be17c8410bda365e78079 (patch) | |
tree | 5ef83a84167b65e6887201e4bf50bc7fc2f0307b /chat/i2cb/Makefile | |
parent | 9d5b46e20f227d7055d5dc3400150c6a09bd3bdf (diff) | |
download | pkgsrc-851dafbc3d9a6bb3571be17c8410bda365e78079.tar.gz |
fixup buildlink stuff - mostly by salo
Diffstat (limited to 'chat/i2cb/Makefile')
-rw-r--r-- | chat/i2cb/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chat/i2cb/Makefile b/chat/i2cb/Makefile index bd26f6e99f4..3daa45ae9a9 100644 --- a/chat/i2cb/Makefile +++ b/chat/i2cb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/11/14 00:55:44 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2002/12/08 05:59:50 hubertf Exp $ # DISTNAME= icb @@ -12,7 +12,8 @@ COMMENT= Next generation Internet Citicen's Band chat client WRKSRC= ${WRKDIR}/icb -USE_BUILDLINK_ONLY= # defined +USE_BUILDLINK2= yes +USE_GNU_READLINE= yes post-extract: ${RM} -f ${WRKSRC}/src/.depend @@ -29,4 +30,6 @@ do-install: ${WRKSRC}/contrib/echofile \ ${PREFIX}/libdata/i2cb +.include "../../lang/tcl/buildlink2.mk" +.include "../../devel/readline/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |