diff options
author | mva <mva@FreeBSD.org> | 2014-10-25 00:21:26 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-25 00:21:26 +0800 |
commit | 7cb20804acb2b46d4c0c3489dd746591f311f6de (patch) | |
tree | ca40f6c4e7288356261302ad77c108990435520e /net/neubot | |
parent | f0f1320db699e74ad51509c9d2502a9084cc6233 (diff) | |
download | freebsd-ports-gnome-7cb20804acb2b46d4c0c3489dd746591f311f6de.tar.gz freebsd-ports-gnome-7cb20804acb2b46d4c0c3489dd746591f311f6de.tar.zst freebsd-ports-gnome-7cb20804acb2b46d4c0c3489dd746591f311f6de.zip |
- Convert ports of net/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'net/neubot')
-rw-r--r-- | net/neubot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/neubot/Makefile b/net/neubot/Makefile index 3cbd989dd5fb..eb76a704668d 100644 --- a/net/neubot/Makefile +++ b/net/neubot/Makefile @@ -13,8 +13,7 @@ LICENSE= GPLv3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 -USE_PYTHON= 2 - +USES= python:2 NO_BUILD= yes USERS= _neubot |