aboutsummaryrefslogtreecommitdiffstats
path: root/mail/py-libgmail/Makefile
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-10-22 01:10:06 +0800
committermva <mva@FreeBSD.org>2014-10-22 01:10:06 +0800
commit4ab1e443e6061bb92001b7facab50925aafa5c00 (patch)
tree7e80682da03730650b20b36a7558818d88a40a22 /mail/py-libgmail/Makefile
parentc0c105d8a8d23bf949657d63bdf5b6869a210891 (diff)
downloadfreebsd-ports-gnome-4ab1e443e6061bb92001b7facab50925aafa5c00.tar.gz
freebsd-ports-gnome-4ab1e443e6061bb92001b7facab50925aafa5c00.tar.zst
freebsd-ports-gnome-4ab1e443e6061bb92001b7facab50925aafa5c00.zip
- Convert ports of mail/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'mail/py-libgmail/Makefile')
-rw-r--r--mail/py-libgmail/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/py-libgmail/Makefile b/mail/py-libgmail/Makefile
index aba45aaf94d8..e079888c1462 100644
--- a/mail/py-libgmail/Makefile
+++ b/mail/py-libgmail/Makefile
@@ -13,8 +13,7 @@ COMMENT= Library to provide access to Gmail via Python
BUILD_DEPENDS= py*-mechanize>=0:${PORTSDIR}/www/py-mechanize
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>