aboutsummaryrefslogtreecommitdiffstats
path: root/audio/streamtuner
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-12-14 01:00:14 +0800
committermiwi <miwi@FreeBSD.org>2009-12-14 01:00:14 +0800
commit1cd8e681dd931436c63a17360b5a799832e9f044 (patch)
tree0d740da1f4c2bcdffa5acea80f0286054f46fede /audio/streamtuner
parent2e7574904f6fd41d752a11e38bf748b8a9776e8b (diff)
downloadfreebsd-ports-gnome-1cd8e681dd931436c63a17360b5a799832e9f044.tar.gz
freebsd-ports-gnome-1cd8e681dd931436c63a17360b5a799832e9f044.tar.zst
freebsd-ports-gnome-1cd8e681dd931436c63a17360b5a799832e9f044.zip
- Get rip python 2.3+
Note: Python 2.3 is't longer supported and have a lot of security issues. Convert 2.3+ to yes/or 2.4/5+ With hat: portmgr
Diffstat (limited to 'audio/streamtuner')
-rw-r--r--audio/streamtuner/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile
index afd9e50449df..bd09f3193932 100644
--- a/audio/streamtuner/Makefile
+++ b/audio/streamtuner/Makefile
@@ -75,7 +75,7 @@ CONFIGURE_ARGS+= --disable-python
PLIST_SUB+= PYTHON="@comment "
.else
PLIST_SUB+= PYTHON=""
-USE_PYTHON= 2.3+
+USE_PYTHON= 2.4+
# we need to manually include this, because USE_PYTHON is defined
# after including bsd.port.pre.mk
.include "${PORTSDIR}/Mk/bsd.python.mk"