diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-09-17 15:54:55 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-09-17 15:54:55 +0800 |
commit | f4146c12aa4ee11fa5262c47d056150bf153daa1 (patch) | |
tree | 1a719489ff5d8695b4d0ea2c0357f10a632a44b6 /audio/rhythmbox | |
parent | 7245e8f784da02d8748f461b2bb6d455de6ed50d (diff) | |
download | marcuscom-ports-f4146c12aa4ee11fa5262c47d056150bf153daa1.tar marcuscom-ports-f4146c12aa4ee11fa5262c47d056150bf153daa1.tar.gz marcuscom-ports-f4146c12aa4ee11fa5262c47d056150bf153daa1.tar.bz2 marcuscom-ports-f4146c12aa4ee11fa5262c47d056150bf153daa1.tar.lz marcuscom-ports-f4146c12aa4ee11fa5262c47d056150bf153daa1.tar.xz marcuscom-ports-f4146c12aa4ee11fa5262c47d056150bf153daa1.tar.zst marcuscom-ports-f4146c12aa4ee11fa5262c47d056150bf153daa1.zip |
Attempt to fix poudiere build.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19885 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r-- | audio/rhythmbox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index e4d3f966b..06a07f94b 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -68,7 +68,8 @@ MTP_CONFIGURE_WITH= mtp MTP_LIB_DEPENDS= libmtp.so:${PORTSDIR}/multimedia/libmtp \ libhal.so:${PORTSDIR}/sysutils/hal PYTHON_CONFIGURE_ENABLE= python -PYTHON_USE= PYTHON=3 PYTVER=${PYTHON_VER:S/.//} +PYTHON_USES= python:3 +PYTHON_USE= PYTVER=${PYTHON_VER:S/.//} WEBKIT_DESC= HTML view support WEBKIT_CONFIGURE_WITH= webkit WEBKIT_LIB_DEPENDS= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 |