aboutsummaryrefslogtreecommitdiff
path: root/net-im/py-nbxmpp
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-12-29 09:01:54 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-12-29 09:01:54 +0000
commit377901b8047ae297af0f26755f2de5b3294e1a52 (patch)
treeac738d925e9dd4322b885c52f4c199df3cb92fa8 /net-im/py-nbxmpp
parentcda895d2d4055b8bb411bcc6a43cc9ff77062e59 (diff)
downloadports-377901b8047ae297af0f26755f2de5b3294e1a52.tar.gz
ports-377901b8047ae297af0f26755f2de5b3294e1a52.zip
Simplify some USES=python
With hat: portmgr
Notes
Notes: svn path=/head/; revision=457499
Diffstat (limited to 'net-im/py-nbxmpp')
-rw-r--r--net-im/py-nbxmpp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/py-nbxmpp/Makefile b/net-im/py-nbxmpp/Makefile
index 9ef8c6817350..a1c7e0207328 100644
--- a/net-im/py-nbxmpp/Makefile
+++ b/net-im/py-nbxmpp/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${FLAVOR}
NO_ARCH= yes
-USES= python:2.7+
+USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>