Index: head/sysutils/ohmu/Makefile =================================================================== --- head/sysutils/ohmu/Makefile (revision 442900) +++ head/sysutils/ohmu/Makefile (revision 442901) @@ -1,24 +1,29 @@ # $FreeBSD$ PORTNAME= ohmu PORTVERSION= 1.1.0 PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= sysutils MAINTAINER= neel@neelc.org COMMENT= Tool to view space usage in your terminal LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scandir>=1.3:sysutils/py-scandir \ ${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future USE_GITHUB= yes GH_ACCOUNT= paul-nechifor USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes +pre-configure: + ${REINPLACE_CMD} -e 's/scandir==1.3/scandir>=1.3/' \ + -e 's/future==0.15.2/future>=0.15.2/' \ + ${WRKSRC}/setup.py + .include