diff options
author | mva <mva@FreeBSD.org> | 2015-01-04 16:23:23 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2015-01-04 16:23:23 +0800 |
commit | 07973f5c11ad2f2f56723f1644cb3fc7999f2b7d (patch) | |
tree | 1cdae6561f79442fe9ad9ddb96f3f6a30fb515a4 /audio/streamtuner | |
parent | d962f6d84c3fd275ea199f97c8e98b542952c84c (diff) | |
download | freebsd-ports-gnome-07973f5c11ad2f2f56723f1644cb3fc7999f2b7d.tar.gz freebsd-ports-gnome-07973f5c11ad2f2f56723f1644cb3fc7999f2b7d.tar.zst freebsd-ports-gnome-07973f5c11ad2f2f56723f1644cb3fc7999f2b7d.zip |
- Convert USE_PYTHON -> USES leftovers missed in the previous commits
Spotted by: antoine
With hat: python
Diffstat (limited to 'audio/streamtuner')
-rw-r--r-- | audio/streamtuner/Makefile | 3 |
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> |