diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2014-09-17 17:39:51 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2014-09-17 17:39:51 +0000 |
commit | 7232e5d831905aff4529ee5f12e6b57fb54a145d (patch) | |
tree | db04007790c506a71a84e53386f9abf957e06a5d /net | |
parent | c5f60a645f28824b5725745921479ad39c0bd269 (diff) | |
download | ports-7232e5d831905aff4529ee5f12e6b57fb54a145d.tar.gz ports-7232e5d831905aff4529ee5f12e6b57fb54a145d.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/py-gspreadsheet/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/py-gspreadsheet/Makefile b/net/py-gspreadsheet/Makefile index 3de87e1188a4..820db3099d97 100644 --- a/net/py-gspreadsheet/Makefile +++ b/net/py-gspreadsheet/Makefile @@ -15,9 +15,8 @@ LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdata>0:${PORTSDIR}/devel/py-gdata TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= distutils autoplist PORTDOCS= README.rst |