diff options
author | abs <abs@pkgsrc.org> | 2004-02-04 22:23:46 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-02-04 22:23:46 +0000 |
commit | 36bb5233f4e6a66148ae97f062fa26ec8136f2e4 (patch) | |
tree | ea6c10500e6f3ead03eaaa7f2cb515f0210bfeb6 /audio | |
parent | cb12b4e6a0f833f6c907bb15ee8d2f1fb350a878 (diff) | |
download | pkgsrc-36bb5233f4e6a66148ae97f062fa26ec8136f2e4.tar.gz |
+ USE_LANGUAGES=c c++
Diffstat (limited to 'audio')
-rw-r--r-- | audio/id3v2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/id3v2/Makefile b/audio/id3v2/Makefile index 69ea3759545..f976f698f8d 100644 --- a/audio/id3v2/Makefile +++ b/audio/id3v2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 21:22:28 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/02/04 22:23:47 abs Exp $ DISTNAME= id3v2-0.1.9 CATEGORIES= audio @@ -8,6 +8,7 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://id3v2.sourceforge.net/ COMMENT= Command line editor for id3v2 tags +USE_LANGUAGES= c c++ USE_BUILDLINK2= YES .include "../../audio/id3lib/buildlink2.mk" |