diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 17:10:06 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 17:10:06 +0000 |
commit | 306e66af5d83697a761205698232bca9aa68ef19 (patch) | |
tree | 7e80682da03730650b20b36a7558818d88a40a22 /mail/offlineimap | |
parent | Enable shared library (diff) |
- Convert ports of mail/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=371330
Diffstat (limited to 'mail/offlineimap')
-rw-r--r-- | mail/offlineimap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/offlineimap/Makefile b/mail/offlineimap/Makefile index 0c6cbb90d8a5..38c9b551edb6 100644 --- a/mail/offlineimap/Makefile +++ b/mail/offlineimap/Makefile @@ -28,8 +28,8 @@ GH_ACCOUNT= OfflineIMAP GH_TAGNAME= v${DISTVERSION} GH_COMMIT= 8bc2f35 -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USES= python +USE_PYTHON= distutils DOC_FILES= Changelog.maint.rst Changelog.rst \ docs/INSTALL.rst docs/MANUAL.rst \ |