diff options
author | minskim <minskim@pkgsrc.org> | 2005-06-06 00:45:49 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-06-06 00:45:49 +0000 |
commit | a11f1c8c74a2c937e114b042fab9075ed466c4ce (patch) | |
tree | 51cc9bc3f8f25bd8fa8b364dce9bebc4d718ae4a /www | |
parent | 5d7881140d63053b22fa483f4b79fbd9fd2edd7d (diff) | |
download | pkgsrc-a11f1c8c74a2c937e114b042fab9075ed466c4ce.tar.gz |
Set BROKEN because dependencies require different versions of Python
(zope25 only builds with 2.1 while py-METAR needs 2.[34]).
Diffstat (limited to 'www')
-rw-r--r-- | www/zope25-ZWeatherApplet/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/zope25-ZWeatherApplet/Makefile b/www/zope25-ZWeatherApplet/Makefile index 3c676ebdd72..8404472c2e9 100644 --- a/www/zope25-ZWeatherApplet/Makefile +++ b/www/zope25-ZWeatherApplet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/04/11 21:48:03 tv Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/06 00:45:49 minskim Exp $ DISTNAME= ZWeatherApplet-1.51 PKGREVISION= 1 @@ -10,6 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.librelogiciel.com/software/ COMMENT= Zope Weather applet +BROKEN= Dependencies (py-METAR and zope25) require different Python versions. + DEPENDS+= ${PYPKGPREFIX}-pymetar-[0-9]*:../../net/py-METAR ZOPE_COPYPRODUCT= zope-std-copyproduct-short |