diff options
author | wiz <wiz@pkgsrc.org> | 2006-04-08 15:49:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-04-08 15:49:16 +0000 |
commit | 5866856e1a1b9d1929e40297a28d63eae5d3c69a (patch) | |
tree | 91374a30d38964af8c17ffa00d535a3c3cc67737 /audio/libmpd/Makefile | |
parent | 94b4e3b0ac1958739038b5f4836ca2d22cb9ec0e (diff) | |
download | pkgsrc-5866856e1a1b9d1929e40297a28d63eae5d3c69a.tar.gz |
Remove bogus entry from PLIST.
Add PKGCONFIG_OVERRIDE. Bump PKGREVISION.
Diffstat (limited to 'audio/libmpd/Makefile')
-rw-r--r-- | audio/libmpd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/libmpd/Makefile b/audio/libmpd/Makefile index d02402be2c0..7255fa24e46 100644 --- a/audio/libmpd/Makefile +++ b/audio/libmpd/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2006/04/07 17:37:53 rpaulo Exp $ +# $NetBSD: Makefile,v 1.4 2006/04/08 15:49:16 wiz Exp $ # DISTNAME= libmpd-0.12.0 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= http://download.qballcow.nl/programs/gmpc-0.13/ @@ -11,5 +12,6 @@ COMMENT= Library to access mpd (musicpd) USE_LIBTOOL= yes GNU_CONFIGURE= yes +PKGCONFIG_OVERRIDE= libmpd.pc.in .include "../../mk/bsd.pkg.mk" |