diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-10-04 11:54:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-10-04 11:54:32 +0000 |
commit | 9dafc36d397581aa7948684b3b359db9d963100b (patch) | |
tree | bc87ef404bcffc69c4e19704a4dadd6a294c09b6 /audio/rhythmbox | |
parent | 95259da29203760ef1c609a893c6b732553c8deb (diff) |
Notes
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r-- | audio/rhythmbox/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 3307af8a2db6..a48413c4b7ac 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -77,8 +77,6 @@ PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py3-libpeas #WEBKIT_CONFIGURE_WITH= webkit #WEBKIT_LIB_DEPENDS= libwebkitgtk-3.0.so:www/webkit-gtk3 -.include <bsd.port.pre.mk> - post-patch: @${REINPLACE_CMD} -e 's|{MOZILLA_PLUGINDIR|{MOZILLA_PLUGINDIR}|g' \ ${WRKSRC}/configure @@ -87,4 +85,4 @@ post-patch: post-install: @${RM} -r ${STAGEDIR}${PREFIX}/lib/rhythmbox/plugins/rbzeitgeist -.include <bsd.port.post.mk> +.include <bsd.port.mk> |