diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-11-03 21:42:48 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-11-03 21:42:48 +0800 |
commit | d90c69a2233feb37d52b32b6e47e6da086b46bfe (patch) | |
tree | 0735c904b73afd851ccc4e0b24b68b977258492f /audio/rhythmbox/Makefile | |
parent | 77894855c2658c2035acfc544d8dce188eb90cf5 (diff) | |
download | marcuscom-ports-d90c69a2233feb37d52b32b6e47e6da086b46bfe.tar marcuscom-ports-d90c69a2233feb37d52b32b6e47e6da086b46bfe.tar.gz marcuscom-ports-d90c69a2233feb37d52b32b6e47e6da086b46bfe.tar.bz2 marcuscom-ports-d90c69a2233feb37d52b32b6e47e6da086b46bfe.tar.lz marcuscom-ports-d90c69a2233feb37d52b32b6e47e6da086b46bfe.tar.xz marcuscom-ports-d90c69a2233feb37d52b32b6e47e6da086b46bfe.tar.zst marcuscom-ports-d90c69a2233feb37d52b32b6e47e6da086b46bfe.zip |
Fix plist issues. The context plugin is only installed when webkit and python
are enabled together.
Enable webkit by default since it pulled in by libpeas already.
Put forgotten file in the LIRC crowd.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@20039 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/rhythmbox/Makefile')
-rw-r--r-- | audio/rhythmbox/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index bddd81131..d97f7bef7 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -48,7 +48,7 @@ GLIB_SCHEMAS= org.gnome.rhythmbox.gschema.xml OPTIONS_SUB= yes OPTIONS_DEFINE= DAAP GRILO IPOD NOTIFY PYTHON LIRC MTP WEBKIT -OPTIONS_DEFAULT=NOTIFY PYTHON +OPTIONS_DEFAULT=NOTIFY PYTHON WEBKIT DAAP_DESC= DAAP support DAAP_CONFIGURE_ENABLE= daap DAAP_LIB_DEPENDS= libdmapsharing-3.0.so:${PORTSDIR}/net/libdmapsharing @@ -76,6 +76,5 @@ WEBKIT_LIB_DEPENDS= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 post-patch: @${REINPLACE_CMD} -e 's|{MOZILLA_PLUGINDIR|{MOZILLA_PLUGINDIR}|g' \ ${WRKSRC}/configure - @${REINPLACE_CMD} -e '/plugins\/context\/Makefile"/d' ${WRKSRC}/configure .include <bsd.port.mk> |