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/kippo | |
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/kippo')
-rw-r--r-- | net/kippo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/kippo/Makefile b/net/kippo/Makefile index 24b15bd07c43..23ef5977b0d0 100644 --- a/net/kippo/Makefile +++ b/net/kippo/Makefile @@ -15,8 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypt ${PYTHON_PKGNAMEPREFIX}zope.interface>0:${PORTSDIR}/devel/py-zope.interface RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PYTHON= yes -USES= twisted:run,conch,web +USES= python twisted:run,conch,web NO_BUILD= yes USE_RC_SUBR= kippo |