diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-11 15:54:26 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-11 15:54:26 +0000 |
commit | 9c11278ff45f34011e387c9b6f82d299f5d82236 (patch) | |
tree | d9b564828c383e51946932eb3078eba1ca86eb85 /audio/disc-cover | |
parent | b62e30f73e53692390dd653cec8b39cc7b5a3be2 (diff) | |
download | pkgsrc-9c11278ff45f34011e387c9b6f82d299f5d82236.tar.gz |
bl3ify
Diffstat (limited to 'audio/disc-cover')
-rw-r--r-- | audio/disc-cover/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/disc-cover/Makefile b/audio/disc-cover/Makefile index 1364ebbcef0..7662ed8c0d9 100644 --- a/audio/disc-cover/Makefile +++ b/audio/disc-cover/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/12/05 15:15:59 drochner Exp $ +# $NetBSD: Makefile,v 1.13 2004/04/11 15:54:26 xtraeme Exp $ # DISTNAME= disc-cover-1.5.4 @@ -11,7 +11,7 @@ COMMENT= Generation of CD covers DEPENDS+= p5-Audio-CD-0.05:../../audio/p5-Audio-CD -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES REPLACE_PERL= disc-cover DCTMPL= ${PREFIX}/share/disc-cover/templates @@ -28,5 +28,5 @@ do-install: ${INSTALL_DATA_DIR} ${DCTMPL} ${INSTALL_DATA} ${WRKSRC}/templates/* ${DCTMPL} -.include "../../lang/perl5/buildlink2.mk" +.include "../../lang/perl5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |