diff options
author | wiz <wiz@pkgsrc.org> | 2008-08-07 12:53:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-08-07 12:53:46 +0000 |
commit | f56357bb2d2b3bed108f9f73b2921fc675854d81 (patch) | |
tree | 26a630082ac2d8d7d90c3d83d53de14ee6387b58 /audio | |
parent | 434660412c27d5f5b47ad5350f01b7c2b2c9c9b9 (diff) | |
download | pkgsrc-f56357bb2d2b3bed108f9f73b2921fc675854d81.tar.gz |
Fix installed pkgconfig file. Bump PKGREVISION.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libgpod/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/libgpod/Makefile b/audio/libgpod/Makefile index ab371f4c12b..4704c6551b7 100644 --- a/audio/libgpod/Makefile +++ b/audio/libgpod/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2008/02/25 22:11:59 heinz Exp $ +# $NetBSD: Makefile,v 1.7 2008/08/07 12:53:46 wiz Exp $ DISTNAME= libgpod-0.6.0 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkpod/} @@ -10,6 +11,8 @@ COMMENT= Library for accessing iPod onboard databases, playlists, etc PKG_DESTDIR_SUPPORT= user-destdir +PKGCONFIG_OVERRIDE= libgpod-1.0.pc.in + GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake intltool msgfmt pkg-config |