diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-29 17:01:54 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-29 17:01:54 +0800 |
commit | e682db9bc00a67b75de63686b27cb2ffb73ce6b8 (patch) | |
tree | ac738d925e9dd4322b885c52f4c199df3cb92fa8 /net-im | |
parent | f37642f9a9f27bbdc6d623672bbe4180da13bf16 (diff) | |
download | freebsd-ports-gnome-e682db9bc00a67b75de63686b27cb2ffb73ce6b8.tar.gz freebsd-ports-gnome-e682db9bc00a67b75de63686b27cb2ffb73ce6b8.tar.zst freebsd-ports-gnome-e682db9bc00a67b75de63686b27cb2ffb73ce6b8.zip |
Simplify some USES=python
With hat: portmgr
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/py-nbxmpp/Makefile | 2 |
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> |