summaryrefslogtreecommitdiff
path: root/audio/id3v2
diff options
context:
space:
mode:
authorwiz <wiz>2002-08-31 02:00:05 +0000
committerwiz <wiz>2002-08-31 02:00:05 +0000
commit8c5384560e9067dd41300ed8f5a5216eb83125c8 (patch)
tree22c3cebcc914be5bab9eaeed8cd63a11923fecfc /audio/id3v2
parent9dcbdb0fa9a3699057ff00449e7b8d60c817d5dc (diff)
downloadpkgsrc-8c5384560e9067dd41300ed8f5a5216eb83125c8.tar.gz
Convert to buildlink2.
Diffstat (limited to 'audio/id3v2')
-rw-r--r--audio/id3v2/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/id3v2/Makefile b/audio/id3v2/Makefile
index 83ff7a71426..ca2208070e7 100644
--- a/audio/id3v2/Makefile
+++ b/audio/id3v2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2002/06/12 14:34:28 grant Exp $
+# $NetBSD: Makefile,v 1.4 2002/08/31 02:00:05 wiz Exp $
DISTNAME= id3v2-0.1.7
CATEGORIES= audio
@@ -8,5 +8,7 @@ MAINTAINER= jmmv@hispabsd.org
HOMEPAGE= http://id3v2.sourceforge.net/
COMMENT= Command line editor for id3v2 tags
-.include "../../audio/id3lib/buildlink.mk"
+USE_BUILDLINK2= YES
+
+.include "../../audio/id3lib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"