Date: Wed, 13 Nov 2013 08:09:47 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333658 - head/audio/rhythmbox Message-ID: <201311130809.rAD89lqu029611@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Nov 13 08:09:47 2013 New Revision: 333658 URL: http://svnweb.freebsd.org/changeset/ports/333658 Log: Convert to USES=webplugin Modified: head/audio/rhythmbox/Makefile Modified: head/audio/rhythmbox/Makefile ============================================================================== --- head/audio/rhythmbox/Makefile Wed Nov 13 08:05:05 2013 (r333657) +++ head/audio/rhythmbox/Makefile Wed Nov 13 08:09:47 2013 (r333658) @@ -122,12 +122,11 @@ PLIST_SUB+= IPOD="@comment " .endif .if ${PORT_OPTIONS:MITMS_PLUGIN} -USE_WEBPLUGINS= gecko18 -WEBPLUGINS_FILES=librhythmbox-itms-detection-plugin.so -.include "${PORTSDIR}/www/firefox/Makefile.webplugins" +USES+= webplugin:gecko +WEBPLUGIN_FILES=librhythmbox-itms-detection-plugin.so CONFIGURE_ARGS+=--enable-browser-plugin -CONFIGURE_ENV+= MOZILLA_PLUGINDIR=${WEBPLUGINS_DIR} +CONFIGURE_ENV+= MOZILLA_PLUGINDIR=${WEBPLUGIN_DIR} PLIST_SUB+= ITMS_PLUGIN="" .else CONFIGURE_ARGS+=--disable-browser-plugin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311130809.rAD89lqu029611>