Index: head/security/nyx/Makefile =================================================================== --- head/security/nyx/Makefile (revision 453768) +++ head/security/nyx/Makefile (revision 453769) @@ -1,23 +1,22 @@ # Created by: Carlo Strub # $FreeBSD$ PORTNAME= nyx PORTVERSION= 2.0.4 CATEGORIES= security net MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= cs@FreeBSD.org COMMENT= Command-line monitor for Tor LICENSE= GPLv3 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto \ - ${PYTHON_PKGNAMEPREFIX}stem>1.5.0:security/py-stem \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stem>=1.6.0:security/py-stem \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 USES= python:2.6+ USE_PYTHON= distutils autoplist NO_ARCH= yes .include