diff options
author | wiz <wiz> | 2003-03-05 12:49:21 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-03-05 12:49:21 +0000 |
commit | d0fea7ac1a20c20303098d64fe2c53c8d7e4e499 (patch) | |
tree | 774661a09d8d50811f17fa41f67615f9ecef44f3 /audio/id3lib/Makefile | |
parent | 8452545d16d40116cd6117805a8492eb6ae43b40 (diff) | |
download | pkgsrc-d0fea7ac1a20c20303098d64fe2c53c8d7e4e499.tar.gz |
Update to 3.8.3:
This is a bug fix release. Use it. Dont use previous versions. The
ChangeLog provides more in detail which changes have been made.
[ChangeLog details minor various bug fixes.]
Diffstat (limited to 'audio/id3lib/Makefile')
-rw-r--r-- | audio/id3lib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/id3lib/Makefile b/audio/id3lib/Makefile index a1e576a5203..0a1041987bc 100644 --- a/audio/id3lib/Makefile +++ b/audio/id3lib/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2002/11/26 21:56:32 schmonz Exp $ +# $NetBSD: Makefile,v 1.10 2003/03/05 12:49:21 wiz Exp $ # -DISTNAME= id3lib-3.8.2 +DISTNAME= id3lib-3.8.3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=id3lib/} @@ -12,7 +12,7 @@ COMMENT= library for manipulating ID3v1 and ID3v2 tags USE_BUILDLINK2= # defined GNU_CONFIGURE= # defined USE_LIBTOOL= # defined -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool .include "../../devel/zlib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |