diff options
Diffstat (limited to 'audio/streamtuner/Makefile')
-rw-r--r-- | audio/streamtuner/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile index 5b6c987c0530..2720924564b9 100644 --- a/audio/streamtuner/Makefile +++ b/audio/streamtuner/Makefile @@ -69,7 +69,7 @@ PLIST_SUB+= LOCAL="@comment " .if ${PORT_OPTIONS:MPYTHON} PLIST_SUB+= PYTHON="" -USE_PYTHON= 2.5+ +USE_PYTHON= yes # we need to manually include this, because USE_PYTHON is defined # after including bsd.port.pre.mk .include "${PORTSDIR}/Mk/bsd.python.mk" |