diff options
author | minskim <minskim@pkgsrc.org> | 2005-01-16 17:08:36 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-01-16 17:08:36 +0000 |
commit | 75cc343bb733080971088d507a9db76f7a58bb56 (patch) | |
tree | 23794a95616e344d89e401d1fda747b826825d34 /audio | |
parent | f620c4ea629019f27c1b4d377ef19f5c37a1049f (diff) | |
download | pkgsrc-75cc343bb733080971088d507a9db76f7a58bb56.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libid3tag/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/libid3tag/Makefile b/audio/libid3tag/Makefile index f96ea3c1ea7..e4535232545 100644 --- a/audio/libid3tag/Makefile +++ b/audio/libid3tag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/10/03 00:13:07 tv Exp $ +# $NetBSD: Makefile,v 1.13 2005/01/16 17:08:36 minskim Exp $ # DISTNAME= libid3tag-0.15.1b @@ -13,6 +13,8 @@ COMMENT= ID3 tag library, part of MAD (MPEG Audio Decoder) CONFLICTS= mad<0.15 +PKG_INSTLLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES |