aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2004-02-27 21:12:13 +0800
committerperky <perky@FreeBSD.org>2004-02-27 21:12:13 +0800
commit71ea825a77a954f84f0c09e42f92efa6af48962a (patch)
treeec8f17d7805ee437c4b6708fcaf7a3d29c39e624 /lang
parent5ad1123dd43eb289b626057f30883c7e5d9c2a27 (diff)
downloadfreebsd-ports-gnome-71ea825a77a954f84f0c09e42f92efa6af48962a.tar.gz
freebsd-ports-gnome-71ea825a77a954f84f0c09e42f92efa6af48962a.tar.zst
freebsd-ports-gnome-71ea825a77a954f84f0c09e42f92efa6af48962a.zip
Set NO_LATEST_LINK to avoid confliction against lang/python.
Spotted by: kris
Diffstat (limited to 'lang')
-rw-r--r--lang/python22/Makefile3
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