diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-13 08:09:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-13 08:09:47 +0000 |
commit | 2c962ef4651e981593858995fa5df823c6743571 (patch) | |
tree | 571dfe530779283b1bcea81469d46d06d76eee61 /audio/rhythmbox | |
parent | d648a238a274bc75a988c749169a7ffc15f9f9b7 (diff) |
Notes
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r-- | audio/rhythmbox/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 031be47b2b0c..faf40aebd0f7 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -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 |