diff options
author | tron <tron@pkgsrc.org> | 2002-01-16 12:46:33 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-01-16 12:46:33 +0000 |
commit | 8a2a918d4f80796428cde846c4bdcdf095e53994 (patch) | |
tree | e76106f5ae4ae4d6c27b35ca28cfb2e87b2c673a /time | |
parent | b0b163a4a6962d47dc050b936de779da8a4f95df (diff) | |
download | pkgsrc-8a2a918d4f80796428cde846c4bdcdf095e53994.tar.gz |
Add explicit conflict with version 2.0.* of the "python" package.
Diffstat (limited to 'time')
-rw-r--r-- | time/py-mxDateTime/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/time/py-mxDateTime/Makefile b/time/py-mxDateTime/Makefile index e8c31effc91..858bc9f43b8 100644 --- a/time/py-mxDateTime/Makefile +++ b/time/py-mxDateTime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/01/16 12:45:00 tron Exp $ +# $NetBSD: Makefile,v 1.7 2002/01/16 12:46:33 tron Exp $ # DISTNAME= mxDateTime-1.3.0 @@ -12,6 +12,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://starship.python.net/~lemburg/mxDateTime.html COMMENT= Python extension that provides new types and conversions for dates +CONFLICTS= python-2.0.* + EXTRACT_CMD= unzip -Laqo ${DOWNLOADED_DISTFILE} RESTRICTED= No commercial distribution |