diff options
author | kris <kris@FreeBSD.org> | 2004-12-12 05:24:24 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-12 05:24:24 +0800 |
commit | 16eabf41d4e769cef702a0116218e571e7af6660 (patch) | |
tree | 843f264390f8f3d14eb3a1d6120990eb4f137831 /www/zope-zpt | |
parent | fcfff6e15ce6d9135c40970f0501917313268eb5 (diff) | |
download | freebsd-ports-gnome-16eabf41d4e769cef702a0116218e571e7af6660.tar.gz freebsd-ports-gnome-16eabf41d4e769cef702a0116218e571e7af6660.tar.zst freebsd-ports-gnome-16eabf41d4e769cef702a0116218e571e7af6660.zip |
BROKEN: Does not build after python 2.4 update
Diffstat (limited to 'www/zope-zpt')
-rw-r--r-- | www/zope-zpt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/zope-zpt/Makefile b/www/zope-zpt/Makefile index b9e1bb848963..f539899049e1 100644 --- a/www/zope-zpt/Makefile +++ b/www/zope-zpt/Makefile @@ -23,6 +23,8 @@ DEPRECATED= "already included in Zope versions 2.5 and above" USE_PYTHON= yes DIST_SUBDIR= zope +BROKEN= Does not build after python 2.4 update + ZTUVERSION= 1.1.3 # You can change this in the environment if you like. |