diff options
author | snj <snj> | 2004-05-09 06:48:40 +0000 |
---|---|---|
committer | snj <snj> | 2004-05-09 06:48:40 +0000 |
commit | 63c221cd4bc30ff667d876fbd803de707184bf9f (patch) | |
tree | 3e1947c532a5ead14343c7692368d73940c050bf /security/p5-Authen-SASL-Cyrus | |
parent | f7cbf9b0477da112df43fe5d07cf5b5359d8ddcd (diff) | |
download | pkgsrc-63c221cd4bc30ff667d876fbd803de707184bf9f.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'security/p5-Authen-SASL-Cyrus')
-rw-r--r-- | security/p5-Authen-SASL-Cyrus/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-Authen-SASL-Cyrus/Makefile b/security/p5-Authen-SASL-Cyrus/Makefile index 3c9d14fc179..90854887551 100644 --- a/security/p5-Authen-SASL-Cyrus/Makefile +++ b/security/p5-Authen-SASL-Cyrus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/03/26 02:27:53 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2004/05/09 06:48:40 snj Exp $ # DISTNAME= Authen-SASL-Cyrus-0.07 @@ -13,10 +13,10 @@ COMMENT= Perl module to handle Cyrus protocol for SASL authentication DEPENDS+= p5-Authen-SASL-[0-9]*:../../security/p5-Authen-SASL -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Authen/SASL/Cyrus/.packlist .include "../../lang/perl5/module.mk" -.include "../../security/cyrus-sasl2/buildlink2.mk" +.include "../../security/cyrus-sasl2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |