aboutsummaryrefslogtreecommitdiff
path: root/audio/streamtuner/Makefile
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2015-01-04 08:23:23 +0000
committerMarcus von Appen <mva@FreeBSD.org>2015-01-04 08:23:23 +0000
commit49cb3686eb1e76a4d19e115e0701633af60405f3 (patch)
tree1cdae6561f79442fe9ad9ddb96f3f6a30fb515a4 /audio/streamtuner/Makefile
parentfb27b2098a9566b82bb5cc3299754ca1c7e70d1e (diff)
downloadports-49cb3686eb1e76a4d19e115e0701633af60405f3.tar.gz
ports-49cb3686eb1e76a4d19e115e0701633af60405f3.zip
- Convert USE_PYTHON -> USES leftovers missed in the previous commits
Spotted by: antoine With hat: python
Notes
Notes: svn path=/head/; revision=376179
Diffstat (limited to 'audio/streamtuner/Makefile')
-rw-r--r--audio/streamtuner/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile
index 46f46d88f4ee..b0b33ec34274 100644
--- a/audio/streamtuner/Makefile
+++ b/audio/streamtuner/Makefile
@@ -34,7 +34,8 @@ OPTIONS_SUB= yes
SHOUTCAST_CONFIGURE_ENABLE= shoutcast
LIB365_CONFIGURE_ENABLE= libve365
XIPH_CONFIGURE_ENABLE= xiph
-PYTHON_USE= python=yes gnome=pygtk2
+PYTHON_USE= gnome=pygtk2
+PYTHON_USES= python
PYTHON_CONFIGURE_ENABLE= python
.include <bsd.port.options.mk>