diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-01-13 21:00:02 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-01-13 21:00:02 +0000 |
commit | 50f8eaece13e14735ce71c2c22f8aac07f7cd50a (patch) | |
tree | 15cdc9de8e1435e170938ead4c0c26dfe041a7e6 /audio/streamtuner | |
parent | f7c433d7169aa1bbe61414cf420ec27bbb3160d3 (diff) | |
download | freebsd-ports-50f8eaece13e14735ce71c2c22f8aac07f7cd50a.zip |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
Diffstat (limited to 'audio/streamtuner')
-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" |