diff options
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 |