summaryrefslogtreecommitdiff
path: root/lang/python24
diff options
context:
space:
mode:
authorabs <abs>2005-05-10 22:27:44 +0000
committerabs <abs>2005-05-10 22:27:44 +0000
commita2fb402f7f6677e5a9dfde49d3635568280394f7 (patch)
tree3315383e9756d139f1ff593233211e3d5d14417a /lang/python24
parentb25d6a4cc96baa6ade7659c06f61464009138409 (diff)
downloadpkgsrc-a2fb402f7f6677e5a9dfde49d3635568280394f7.tar.gz
Fix srcdist.mk usage for _PYTHON_VERSION 24, and add reminder comment to
python24/Makefile for next update
Diffstat (limited to 'lang/python24')
-rw-r--r--lang/python24/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile
index e79e49adc8f..dfd3eb9bd03 100644
--- a/lang/python24/Makefile
+++ b/lang/python24/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/05/09 20:37:51 recht Exp $
+# $NetBSD: Makefile,v 1.8 2005/05/10 22:27:44 abs Exp $
#
DISTNAME= Python-2.4.1
@@ -11,6 +11,8 @@ MAINTAINER= recht@NetBSD.org
HOMEPAGE= http://www.python.org/
COMMENT= Interpreted, interactive, object-oriented programming language
+# Remember to update pkgsrc/lang/python/srcdist.mk when version changes
+
CONFLICTS+= python-[0-9]*
USE_LANGUAGES= c c++