diff options
author | wiz <wiz> | 2010-06-13 22:43:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-06-13 22:43:46 +0000 |
commit | 6af156235b3b94e0c3542e1b617f2653855e0c4f (patch) | |
tree | 4a9b97c2969a25f1eeb6596ee96fc25429cef7d5 /audio/bmp-flac | |
parent | 354cf6a07fa5783bda1f7548ccc97a684c6a7f8e (diff) | |
download | pkgsrc-6af156235b3b94e0c3542e1b617f2653855e0c4f.tar.gz |
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
Diffstat (limited to 'audio/bmp-flac')
-rw-r--r-- | audio/bmp-flac/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/bmp-flac/Makefile b/audio/bmp-flac/Makefile index a40805e3bb9..55ce2b17709 100644 --- a/audio/bmp-flac/Makefile +++ b/audio/bmp-flac/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/11/24 16:04:50 kefren Exp $ +# $NetBSD: Makefile,v 1.2 2010/06/13 22:43:48 wiz Exp $ # DISTNAME= flac-1.1.3 PKGNAME= bmp-${DISTNAME} +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flac/} |