diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-02-27 13:12:13 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-02-27 13:12:13 +0000 |
commit | 0933f548f5909006dd7e1844c5b58c8f0b51b9a9 (patch) | |
tree | a0ec729ffef467d33c18ecbe9aa2cba573debbbb /lang | |
parent | Change LATEST_LINK to mod_python3 to avoid confliction with www/mod_python. (diff) |
Set NO_LATEST_LINK to avoid confliction against lang/python.
Spotted by: kris
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python22/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile index f9bedc3e511c..74353e34a068 100644 --- a/lang/python22/Makefile +++ b/lang/python22/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} DISTFILES= ${PYTHON_DISTFILE} MAINTAINER= perky@FreeBSD.org -COMMENT?= An interpreted object-oriented programming language +COMMENT= An interpreted object-oriented programming language DIST_SUBDIR= python WRKSRC= ${PYTHON_WRKSRC} @@ -24,6 +24,7 @@ CONFIGURE_ENV= OPT="${CFLAGS}" INSTALL_TARGET= altinstall MAN1= ${PYTHON_VERSION}.1 +NO_LATEST_LINK= yes USE_PYTHON= yes PYTHON_VERSION= python2.2 PYTHON_NO_DEPENDS= yes |