From 1b1b29c5e67c38e250e44ae7563d512ebe74fea2 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 13 Dec 2009 17:00:14 +0000 Subject: - 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 --- audio/streamtuner/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/streamtuner') 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" -- cgit v1.2.3