Force presence of zlib on all platforms for consistency. Bump PKGREVISION
due to change on platforms where zlib is not in the base system.
This commit is contained in:
parent
80e3ddcf86
commit
538799d3f5
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue