diff options
author | rm <rm@FreeBSD.org> | 2013-09-23 21:42:48 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2013-09-23 21:42:48 +0800 |
commit | d9d3fabb19f099b1d8e50d589cc2689d2f30425c (patch) | |
tree | 511fdd73e7fa1001193cab28ce8d1d1e202e994b /security/py-plone.app.openid | |
parent | 7e6228a93bc92334a3f08c3d38f1290a15379d7c (diff) | |
download | freebsd-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 'security/py-plone.app.openid')
-rw-r--r-- | security/py-plone.app.openid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-plone.app.openid/Makefile b/security/py-plone.app.openid/Makefile index f47fc55ba39d..7ee1decf54d0 100644 --- a/security/py-plone.app.openid/Makefile +++ b/security/py-plone.app.openid/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.openid>=0:${PORTSDIR}/security/py-plon DIST_SUBDIR= zope USE_PYTHON= yes USE_PYDISTUTILS=easy_install -#USE_ZOPE= yes +#USES= zope NO_STAGE= yes |