summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/id3lib/Makefile3
-rw-r--r--audio/mp3check/Makefile3
-rw-r--r--audio/mp3info/Makefile4
3 files changed, 6 insertions, 4 deletions
diff --git a/audio/id3lib/Makefile b/audio/id3lib/Makefile
index d298ac7bd7d..fdc2a23d396 100644
--- a/audio/id3lib/Makefile
+++ b/audio/id3lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2003/07/21 16:30:39 martti Exp $
+# $NetBSD: Makefile,v 1.15 2004/02/11 01:46:30 abs Exp $
#
DISTNAME= id3lib-3.8.3
@@ -9,6 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://id3lib.sourceforge.net/
COMMENT= Library for manipulating ID3v1 and ID3v2 tags
+USE_LANGUAGES= c c++
USE_GCC_SHLIB= # defined
USE_BUILDLINK2= # defined
GNU_CONFIGURE= # defined
diff --git a/audio/mp3check/Makefile b/audio/mp3check/Makefile
index 04cb868ce50..2029299698b 100644
--- a/audio/mp3check/Makefile
+++ b/audio/mp3check/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/01/22 07:15:00 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/02/11 01:46:30 abs Exp $
DISTNAME= mp3check-0.8.0
CATEGORIES= audio
@@ -10,6 +10,7 @@ COMMENT= Check MP3 files for consistency
#USE_GNU_TOOLS+= make
GNU_CONFIGURE= YES
+USE_LANGUAGES= c c++
ALL_TARGET= mp3check
diff --git a/audio/mp3info/Makefile b/audio/mp3info/Makefile
index 4060c96c8f7..564e230f631 100644
--- a/audio/mp3info/Makefile
+++ b/audio/mp3info/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/10/30 15:30:43 gavan Exp $
+# $NetBSD: Makefile,v 1.7 2004/02/11 01:46:30 abs Exp $
#
DISTNAME= mp3info-0.2.16
@@ -11,6 +11,6 @@ COMMENT= MP3 header and tag information tool
CONFLICTS= gmp3info-[0-9]*
GNU_CONFIGURE= YES
-USE_GCC_SHLIB= YES
+USE_LANGUAGES= c c++
.include "../../mk/bsd.pkg.mk"