diff options
author | drochner <drochner> | 2002-01-17 13:49:01 +0000 |
---|---|---|
committer | drochner <drochner> | 2002-01-17 13:49:01 +0000 |
commit | 224c18df01a06c31f50a36ccb8cc94d368c90672 (patch) | |
tree | 44b1d02a24ebd0c90053ee6b0cb1fe8a13899510 /lang/python | |
parent | 5c5097dd0c5973676dc64b801d08cbff208e2f84 (diff) | |
download | pkgsrc-224c18df01a06c31f50a36ccb8cc94d368c90672.tar.gz |
add a conflict with python20-* for the time remaining
(when all dependant pkgs are verified to work with
the new Python packages, this one will be removed)
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile index f51d59f949a..cceba8dbf16 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2001/10/19 14:24:51 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2002/01/17 13:49:01 drochner Exp $ # DISTNAME= Python-2.0.1 @@ -11,6 +11,8 @@ MAINTAINER= tsarna@netbsd.org HOMEPAGE= http://www.python.org/ COMMENT= Interpreted, interactive, object-oriented programming language +CONFLICTS+= python20-* + PLIST_SRC= ${WRKDIR}/.PLIST_SRC DIST_SUBDIR= python |