diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-12-15 16:22:17 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-12-15 16:22:17 +0000 |
commit | 1e34739b64d384b87ee2c57027df596b464c79ab (patch) | |
tree | 528f950c491cb30f26166e5e23d4b77ad233a5ee /audio/picard | |
parent | 875909eef32afaae5809e1ed26797d44a2f7e2b1 (diff) | |
download | ports-1e34739b64d384b87ee2c57027df596b464c79ab.tar.gz ports-1e34739b64d384b87ee2c57027df596b464c79ab.zip |
Notes
Diffstat (limited to 'audio/picard')
-rw-r--r-- | audio/picard/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/picard/Makefile b/audio/picard/Makefile index c8f89738dfb2..e9f22428c258 100644 --- a/audio/picard/Makefile +++ b/audio/picard/Makefile @@ -45,6 +45,7 @@ RUN_DEPENDS+= metaflac:${PORTSDIR}/audio/flac \ post-patch: @${REINPLACE_CMD} -e "s|'picard.plugins',|'picard.plugins', 'picard.plugins.lastfm', 'picard.plugins.lastfmplus', 'picard.plugins.replaygain',|" \ + -e 's,distutils\.command\.install ,setuptools\.command\.install ,' \ ${WRKSRC}/setup.py @${CP} -R ${WRKSRC}/contrib/plugins/ ${WRKSRC}/picard/plugins |