diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-12-08 12:04:07 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-12-08 12:04:07 +0000 |
commit | 885b528f02f2eb87777e70b3402c84df29428105 (patch) | |
tree | e7739b3fe4bfdf1719f8d97173598bfde9ef261b /net/kippo | |
parent | d48807ae69ccf968a3eb1d80123bf6aa21a39faa (diff) |
Notes
Diffstat (limited to 'net/kippo')
-rw-r--r-- | net/kippo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/kippo/Makefile b/net/kippo/Makefile index ffd0a5ff1ee4..a8b88d4ad285 100644 --- a/net/kippo/Makefile +++ b/net/kippo/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypt RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= 2.5+ -USE_TWISTED_RUN= conch web +USES= twisted:run,conch,web NO_BUILD= yes USE_RC_SUBR= kippo |