diff options
author | minskim <minskim> | 2004-11-17 17:46:21 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-11-17 17:46:21 +0000 |
commit | 37122ea4b693e84d5ae42c556e3c05ccb3f4e2ef (patch) | |
tree | 8576cf6acb803886fc0b218ba1c27494e2f001e6 /audio | |
parent | 3592ba9d89db9ba37b306e377f6970b77d327727 (diff) | |
download | pkgsrc-37122ea4b693e84d5ae42c556e3c05ccb3f4e2ef.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/id3lib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/id3lib/Makefile b/audio/id3lib/Makefile index 595bead9b6b..01df8323041 100644 --- a/audio/id3lib/Makefile +++ b/audio/id3lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/10/03 00:13:06 tv Exp $ +# $NetBSD: Makefile,v 1.21 2004/11/17 17:46:21 minskim Exp $ # DISTNAME= id3lib-3.8.3 @@ -10,6 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://id3lib.sourceforge.net/ COMMENT= Library for manipulating ID3v1 and ID3v2 tags +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_LANGUAGES= c c++ USE_BUILDLINK3= yes GNU_CONFIGURE= # defined |