diff options
author | tv <tv@pkgsrc.org> | 2006-05-04 16:37:29 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2006-05-04 16:37:29 +0000 |
commit | 538799d3f5697be1bfb934ed81447ea38baa613d (patch) | |
tree | 793d9151a5c81f313ed8ffafde5a28e7282e86a7 /audio | |
parent | 80e3ddcf86d9d116ca4bc18f59c5bf2a0658cf87 (diff) | |
download | pkgsrc-538799d3f5697be1bfb934ed81447ea38baa613d.tar.gz |
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 (limited to 'audio')
-rw-r--r-- | audio/taglib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/taglib/Makefile b/audio/taglib/Makefile index 36febfb9705..f2fe84c1982 100644 --- a/audio/taglib/Makefile +++ b/audio/taglib/Makefile @@ -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 @@ post-install: ${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" |