diff options
author | rene <rene@FreeBSD.org> | 2014-01-14 05:00:02 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-01-14 05:00:02 +0800 |
commit | d738d5587ccf4b7f0ecd6b4ab8e1105dd9d20a99 (patch) | |
tree | 15cdc9de8e1435e170938ead4c0c26dfe041a7e6 /www/py-Products.CMFPlone | |
parent | 0c77840ce77e9be1c328ea8862f0987d9efb7d8a (diff) | |
download | freebsd-ports-gnome-d738d5587ccf4b7f0ecd6b4ab8e1105dd9d20a99.tar.gz freebsd-ports-gnome-d738d5587ccf4b7f0ecd6b4ab8e1105dd9d20a99.tar.zst freebsd-ports-gnome-d738d5587ccf4b7f0ecd6b4ab8e1105dd9d20a99.zip |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
Diffstat (limited to 'www/py-Products.CMFPlone')
-rw-r--r-- | www/py-Products.CMFPlone/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-Products.CMFPlone/Makefile b/www/py-Products.CMFPlone/Makefile index 2f1c5ea734df..9ff86ea6e14c 100644 --- a/www/py-Products.CMFPlone/Makefile +++ b/www/py-Products.CMFPlone/Makefile @@ -115,7 +115,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisit ${PYTHON_PKGNAMEPREFIX}zope.traversing>=0:${PORTSDIR}/devel/py-zope.traversing DIST_SUBDIR= zope -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=easy_install USE_ZIP= yes |