diff options
author | skreuzer <skreuzer@FreeBSD.org> | 2014-09-18 01:39:51 +0800 |
---|---|---|
committer | skreuzer <skreuzer@FreeBSD.org> | 2014-09-18 01:39:51 +0800 |
commit | 93557392197980753c2c740d95541d5808fe50dd (patch) | |
tree | db04007790c506a71a84e53386f9abf957e06a5d /net | |
parent | 85f47a3823a93089ef1590899752fa11f0136035 (diff) | |
download | freebsd-ports-gnome-93557392197980753c2c740d95541d5808fe50dd.tar.gz freebsd-ports-gnome-93557392197980753c2c740d95541d5808fe50dd.tar.zst freebsd-ports-gnome-93557392197980753c2c740d95541d5808fe50dd.zip |
Convert to USES framework
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 |