diff options
author | xtraeme <xtraeme> | 2004-04-11 17:04:29 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-04-11 17:04:29 +0000 |
commit | 63a725050f65fae0c38372a8ba20ceb0d5d26042 (patch) | |
tree | 83a32d65491ce4a2f564de47737234d86446acd4 /audio/gmp3info | |
parent | 80135ba11a55ed210282572f4318f02f0614d628 (diff) | |
download | pkgsrc-63a725050f65fae0c38372a8ba20ceb0d5d26042.tar.gz |
bl3ify
Diffstat (limited to 'audio/gmp3info')
-rw-r--r-- | audio/gmp3info/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/gmp3info/Makefile b/audio/gmp3info/Makefile index 9e2b8ec650b..0b6c06454de 100644 --- a/audio/gmp3info/Makefile +++ b/audio/gmp3info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2003/09/28 09:13:55 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2004/04/11 17:06:10 xtraeme Exp $ DISTNAME= mp3info-0.8.4 PKGNAME= g${DISTNAME} @@ -14,13 +14,13 @@ COMMENT= Utility to read and modify the ID3 tags of MP3 files CONFLICTS= mp3info-[0-9]* -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES # wgetnstr() INCOMPAT_CURSES= NetBSD-1.5-* NetBSD-1.5.*-* NetBSD-1.5[A-U]-* -.include "../../devel/ncurses/buildlink2.mk" -.include "../../x11/gtk/buildlink2.mk" +.include "../../devel/ncurses/buildlink3.mk" +.include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |