aboutsummaryrefslogtreecommitdiff
path: root/mail/mailtray
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-10-21 17:10:06 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-10-21 17:10:06 +0000
commit306e66af5d83697a761205698232bca9aa68ef19 (patch)
tree7e80682da03730650b20b36a7558818d88a40a22 /mail/mailtray
parent4950323fd34a3cf78b4cf0d51af7837414052ab2 (diff)
downloadports-306e66af5d83697a761205698232bca9aa68ef19.tar.gz
ports-306e66af5d83697a761205698232bca9aa68ef19.zip
- Convert ports of mail/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=371330
Diffstat (limited to 'mail/mailtray')
-rw-r--r--mail/mailtray/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mailtray/Makefile b/mail/mailtray/Makefile
index 6d4730d7dcfb..ef2ec586704c 100644
--- a/mail/mailtray/Makefile
+++ b/mail/mailtray/Makefile
@@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Display email status in tray
USE_GNOME= pygtk2
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
+USES= python
+USE_PYTHON= distutils
.include <bsd.port.mk>