diff options
author | abs <abs@pkgsrc.org> | 2004-02-11 01:46:30 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-02-11 01:46:30 +0000 |
commit | a1d0b1b68bd07bf5c704b4c64294efa8c21449fe (patch) | |
tree | 339bb2a1f7c733e2891ae2d22c8adc1182d3b65c /audio/mp3info/Makefile | |
parent | 9c5d2aaa9eca3ef411c6f3d82abb17f8508c4955 (diff) | |
download | pkgsrc-a1d0b1b68bd07bf5c704b4c64294efa8c21449fe.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'audio/mp3info/Makefile')
-rw-r--r-- | audio/mp3info/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |