diff options
Diffstat (limited to 'audio/libgpod')
-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 |