diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-13 15:49:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-13 15:49:56 +0000 |
commit | 5bad129785a26bfea4e8662540b8125a463fe9ea (patch) | |
tree | 82bdc36fc5f1baba16b927cb1eee65f9813582cb /chat/bitchx | |
parent | 278e148095e1f848bbf3ebd9f821cd74b7f58f13 (diff) | |
download | pkgsrc-5bad129785a26bfea4e8662540b8125a463fe9ea.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'chat/bitchx')
-rw-r--r-- | chat/bitchx/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chat/bitchx/Makefile b/chat/bitchx/Makefile index c9b5d0d8e4a..9b38262342e 100644 --- a/chat/bitchx/Makefile +++ b/chat/bitchx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/05/30 06:03:50 grant Exp $ +# $NetBSD: Makefile,v 1.11 2002/10/13 15:49:56 wiz Exp $ DISTNAME= ircii-pana-1.0c18 PKGNAME= bitchx-1.0.3.18 @@ -13,7 +13,7 @@ MAINTAINER= jmcneill@invisible.yi.org HOMEPAGE= http://www.bitchx.org/ COMMENT= IRC client based on ircII -USE_BUILDLINK_ONLY= yes +USE_BUILDLINK2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-ssl @@ -44,6 +44,6 @@ post-install: ${RM} ${PREFIX}/man/man1/BitchX.1.bz2 ${INSTALL_DATA} ${WRKSRC}/doc/BitchX.doc ${PREFIX}/share/bx -.include "../../devel/ncurses/buildlink.mk" -.include "../../security/openssl/buildlink.mk" +.include "../../devel/ncurses/buildlink2.mk" +.include "../../security/openssl/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |