aboutsummaryrefslogtreecommitdiffstats
path: root/lang/py-mx-base
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2013-09-23 21:42:48 +0800
committerrm <rm@FreeBSD.org>2013-09-23 21:42:48 +0800
commitd9d3fabb19f099b1d8e50d589cc2689d2f30425c (patch)
tree511fdd73e7fa1001193cab28ce8d1d1e202e994b /lang/py-mx-base
parent7e6228a93bc92334a3f08c3d38f1290a15379d7c (diff)
downloadfreebsd-ports-gnome-d9d3fabb19f099b1d8e50d589cc2689d2f30425c.tar.gz
freebsd-ports-gnome-d9d3fabb19f099b1d8e50d589cc2689d2f30425c.tar.zst
freebsd-ports-gnome-d9d3fabb19f099b1d8e50d589cc2689d2f30425c.zip
- add new USES target: zope, and convert the tree to it
- old USE_ZOPE knob support was removed from bsd.python.mk - update CHANGES and bsd.sanity.mk accordingly - add ZOPE options knob and use it in lang/py-mx-base The work is done by Marcus von Appen, but any problems are mine. Submitted by: mva (python ML)
Diffstat (limited to 'lang/py-mx-base')
-rw-r--r--lang/py-mx-base/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/py-mx-base/Makefile b/lang/py-mx-base/Makefile
index 18de65ab6c6b..924d734195b7 100644
--- a/lang/py-mx-base/Makefile
+++ b/lang/py-mx-base/Makefile
@@ -29,13 +29,12 @@ ADDITIONAL_DOCS= mx/DateTime/Doc/mxDateTime.pdf \
OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}/options
OPTIONS_DEFINE= DOCS ZOPE EXAMPLES
-ZOPE_DESC= Use ZOPE
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MZOPE}
-USE_ZOPE= yes
+USES= zope
.endif
post-patch: