diff options
author | wiz <wiz@pkgsrc.org> | 2006-11-19 11:50:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-11-19 11:50:23 +0000 |
commit | 9d80e592a4a9801ec4d00fca7a3e9c19d1c6b3cc (patch) | |
tree | ffee6335b2bba2ba7848a7088adea5af2e248190 /audio/mad123 | |
parent | 3aac352c277c3004ddcf390205306a480522cad6 (diff) | |
download | pkgsrc-9d80e592a4a9801ec4d00fca7a3e9c19d1c6b3cc.tar.gz |
tv@ pointed out that curl-7.16.0 had a shlib major bump --
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs
of dependencies.
Sorry for not finding this earlier.
Diffstat (limited to 'audio/mad123')
-rw-r--r-- | audio/mad123/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mad123/Makefile b/audio/mad123/Makefile index 89c94f91c3a..c4461740f15 100644 --- a/audio/mad123/Makefile +++ b/audio/mad123/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2006/11/07 09:24:32 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2006/11/19 11:50:24 wiz Exp $ # DISTNAME= mad123-0.8.5 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= audio MASTER_SITES= http://www.mctavish.co.uk/mad123/ |