aboutsummaryrefslogtreecommitdiff
path: root/lang/python23/Makefile
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2005-01-30 01:20:54 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2005-01-30 01:20:54 +0000
commitc5ae380c73f215a5b5a422130e22aeaf95305844 (patch)
tree836e1688d2dc3af46975ae523cbef5b7fb0d883e /lang/python23/Makefile
parent6847660a9c937b2c6a32bc5df4f2dfbf13702184 (diff)
Notes
Diffstat (limited to 'lang/python23/Makefile')
-rw-r--r--lang/python23/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python23/Makefile b/lang/python23/Makefile
index d27ce95f103e..637ec1a55137 100644
--- a/lang/python23/Makefile
+++ b/lang/python23/Makefile
@@ -32,7 +32,7 @@ USE_PYTHON= yes
PYTHON_VERSION= python2.3
PYTHON_NO_DEPENDS= yes
USE_REINPLACE= yes
-LATEST_LINK= ${PYTHON_VERSION:S/.//}
+LATEST_LINK?= ${PYTHON_VERSION:S/.//}
SHARED_WRKSRC= ${WRKSRC}/build.shared
PLIST_SUB= PYVER=${PYTHON_VERSION:S/python//}