svn commit: r333658 - head/audio/rhythmbox

Baptiste Daroussin bapt at FreeBSD.org
Wed Nov 13 08:09:48 UTC 2013


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


More information about the svn-ports-all mailing list