diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-28 05:20:38 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-28 05:20:38 +0000 |
commit | 96904a00496818424126bfa589ad12b557ae6540 (patch) | |
tree | 20efaf19b226759946c0fc08696a36130f712b06 /chat/sirc | |
parent | 65b5c46cabdb8cefdce0c7f60d49f2fa6eed9de0 (diff) | |
download | pkgsrc-96904a00496818424126bfa589ad12b557ae6540.tar.gz |
Buildlinkify.
Diffstat (limited to 'chat/sirc')
-rw-r--r-- | chat/sirc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chat/sirc/Makefile b/chat/sirc/Makefile index 79741b68930..d45fbb39969 100644 --- a/chat/sirc/Makefile +++ b/chat/sirc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/03/05 16:40:48 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2001/11/28 05:20:42 jlam Exp $ DISTNAME= sirc-2.211 PKGNAME= sirc-2.211nb1 @@ -14,8 +14,6 @@ COMMENT= IRC client written and programmable in perl DEPENDS+= p5-Socket6>=0.07:../../net/p5-Socket6 -USE_PERL5= # defined - # supports IPv6 (actually, af independent) BUILD_DEFS+= USE_INET6 @@ -76,4 +74,5 @@ do-install: ${ECHO} installing $$i ; \ ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/$$i ${PREFIX}/lib/sirc/scripts/$$i ; done +.include "../../lang/perl5/buildlink.mk" .include "../../mk/bsd.pkg.mk" |