pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/taglib Force presence of zlib on all platforms f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f1bd586c659
branches:  trunk
changeset: 512273:8f1bd586c659
user:      tv <tv%pkgsrc.org@localhost>
date:      Thu May 04 16:37:29 2006 +0000

description:
Force presence of zlib on all platforms for consistency.  Bump PKGREVISION
due to change on platforms where zlib is not in the base system.

diffstat:

 audio/taglib/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r c644e2c56109 -r 8f1bd586c659 audio/taglib/Makefile
--- a/audio/taglib/Makefile     Thu May 04 16:32:35 2006 +0000
+++ b/audio/taglib/Makefile     Thu May 04 16:37:29 2006 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2005/08/29 20:51:14 seb Exp $
+# $NetBSD: Makefile,v 1.12 2006/05/04 16:37:29 tv Exp $
 #
 
 DISTNAME=      taglib-1.4
+PKGREVISION=   1
 CATEGORIES=    audio
 MASTER_SITES=  http://ktown.kde.org/~wheeler/files/src/
 
@@ -21,4 +22,5 @@
        ${INSTALL} -c -o ${ROOT_USER} -g ${ROOT_GROUP} -m 444 \
                ${FILESDIR}/id3lib_strings.h ${PREFIX}/include/taglib/.
 
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index