diff options
Diffstat (limited to 'www/zope-xmlwidgets/Makefile')
-rw-r--r-- | www/zope-xmlwidgets/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/www/zope-xmlwidgets/Makefile b/www/zope-xmlwidgets/Makefile index 76827d61f2ad..007c3c05bf90 100644 --- a/www/zope-xmlwidgets/Makefile +++ b/www/zope-xmlwidgets/Makefile @@ -6,9 +6,9 @@ # PORTNAME= xmlwidgets -PORTVERSION= 0.9 +PORTVERSION= 0.10.2 CATEGORIES= www zope -MASTER_SITES= http://www.zope.org/Members/faassen/XMLWidgets/${PORTVERSION}/ +MASTER_SITES= http://zope.org/Members/infrae/XMLWidgets/XMLWidgets-${PORTVERSION}/ PKGNAMEPREFIX= zope- DISTNAME= XMLWidgets-${PORTVERSION} EXTRACT_SUFX= .tgz @@ -24,8 +24,11 @@ DIST_SUBDIR= zope ZOPEPRODUCTNAME=XMLWidgets -# yes, some of us are running zope on python 2.2 -PYTHON_VERSION= python2.2 +# yes, some of us are running zope on python 2.3 +#PYTHON_VERSION= python2.3 + +# You can change this in the environment if you like. +#SZOPEBASEDIR?= www/Zope PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR} WRKSRC= ${WRKDIR}/${ZOPEPRODUCTNAME} |