diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-25 06:26:21 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-25 06:26:21 +0800 |
commit | cb4c2dbd29b249ed68bcf4394f8179445d9359fd (patch) | |
tree | bcb3372b42ed23fc94677aa4d021a98949f1b312 /audio | |
parent | 10aad4404f234d22ccee7da9d559eb38f927321d (diff) | |
download | marcuscom-ports-cb4c2dbd29b249ed68bcf4394f8179445d9359fd.tar marcuscom-ports-cb4c2dbd29b249ed68bcf4394f8179445d9359fd.tar.gz marcuscom-ports-cb4c2dbd29b249ed68bcf4394f8179445d9359fd.tar.bz2 marcuscom-ports-cb4c2dbd29b249ed68bcf4394f8179445d9359fd.tar.lz marcuscom-ports-cb4c2dbd29b249ed68bcf4394f8179445d9359fd.tar.xz marcuscom-ports-cb4c2dbd29b249ed68bcf4394f8179445d9359fd.tar.zst marcuscom-ports-cb4c2dbd29b249ed68bcf4394f8179445d9359fd.zip |
Sync with ports-stable.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11378 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index efe69905f..ad3a71b2e 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/rhythmbox-devel/Makefile,v 1.96 2008/07/13 17:48:10 marcus Exp $ +# $MCom: ports/audio/rhythmbox-devel/Makefile,v 1.97 2008/08/04 16:58:02 mezz Exp $ # PORTNAME= rhythmbox @@ -134,7 +134,7 @@ WEBPLUGINS_FILES=librhythmbox-itms-detection-plugin.so CONFIGURE_ARGS+=--enable-browser-plugin \ --with-gecko=${GECKO} -CONFIGURE_ENV+= MOZILLA_PLUGINDIR=${BROWSER_PLUGINS_DIR} +CONFIGURE_ENV+= MOZILLA_PLUGINDIR=${WEBPLUGINS_DIR} PLIST_SUB+= GECKO_PLUGIN="" .else CONFIGURE_ARGS+=--disable-browser-plugin |