diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-08-29 20:57:09 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-08-29 20:57:09 +0000 |
commit | e9d609b1068fadbb9f671ea24139d7768250923d (patch) | |
tree | 502d87441ef532432f770693b15452e7ad7a42dc /devel | |
parent | 6b92b1e69a317faf0b281386375b20ab349f8917 (diff) | |
download | ports-e9d609b1068fadbb9f671ea24139d7768250923d.tar.gz ports-e9d609b1068fadbb9f671ea24139d7768250923d.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-flask-babel/Makefile | 5 | ||||
-rw-r--r-- | devel/py-gdata/Makefile | 4 | ||||
-rw-r--r-- | devel/py-speaklater/Makefile | 5 |
3 files changed, 6 insertions, 8 deletions
diff --git a/devel/py-flask-babel/Makefile b/devel/py-flask-babel/Makefile index 69a889e1f0d8..782c9bc4f388 100644 --- a/devel/py-flask-babel/Makefile +++ b/devel/py-flask-babel/Makefile @@ -16,8 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.10:${PORTSDIR}/www/py-flask \ ${PYTHON_PKGNAMEPREFIX}Babel>=1.3:${PORTSDIR}/devel/py-babel \ ${PYTHON_PKGNAMEPREFIX}speaklater>=1.3:${PORTSDIR}/devel/py-speaklater -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> diff --git a/devel/py-gdata/Makefile b/devel/py-gdata/Makefile index 1c790da27a91..cf3f0c3f8471 100644 --- a/devel/py-gdata/Makefile +++ b/devel/py-gdata/Makefile @@ -13,8 +13,8 @@ COMMENT= GData Python Client Library LICENSE= APACHE20 PROJECTHOST= gdata-python-client -USE_PYTHON= 2 -USE_PYDISTUTILS= yes +USES= python:2 +USE_PYTHON= distutils OPTIONS_DEFINE= GMPY M2CRYPTO PYCRYPTO EXAMPLES diff --git a/devel/py-speaklater/Makefile b/devel/py-speaklater/Makefile index e304786a0b6b..d35365b3f803 100644 --- a/devel/py-speaklater/Makefile +++ b/devel/py-speaklater/Makefile @@ -13,8 +13,7 @@ COMMENT= Lazy string Python module for translations LICENSE= BSD -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |