diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-29 23:57:34 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-29 23:57:34 +0000 |
commit | 1d7803fa7b9ddbab69b7e93bf862555838c4c467 (patch) | |
tree | c1006181daa28538b11f456ccee5dcc28d55ae7d /audio/libmpd/Makefile | |
parent | 477673f123b5e562299e471f46a4632939ef91f5 (diff) | |
download | ports-1d7803fa7b9ddbab69b7e93bf862555838c4c467.tar.gz ports-1d7803fa7b9ddbab69b7e93bf862555838c4c467.zip |
Notes
Diffstat (limited to 'audio/libmpd/Makefile')
-rw-r--r-- | audio/libmpd/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/audio/libmpd/Makefile b/audio/libmpd/Makefile index 48206637d13e..6648fe927252 100644 --- a/audio/libmpd/Makefile +++ b/audio/libmpd/Makefile @@ -6,22 +6,17 @@ # PORTNAME= libmpd -PORTVERSION= 0.14.0 +PORTVERSION= 0.15.0 CATEGORIES= audio -MASTER_SITES= http://download.sarine.nl/gmpc-0.15.0/ \ - http://download.gna.org/kanicule/freebsd/distfiles/ +MASTER_SITES= http://download.sarine.nl/gmpc-0.15.5/ \ + http://download.gna.org/kanicule/freebsd/distfiles/ MAINTAINER= mathias@monnerville.com COMMENT= Abstraction around libmpdclient USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes +USE_GNOME= pkgconfig glib20 gnomehack USE_LDCONFIG= yes -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |