From 4d8a9a0ee0adb775a162d7d3f77051b00371b657 Mon Sep 17 00:00:00 2001 From: Ryan Steinmetz Date: Tue, 12 Jan 2016 15:22:22 +0000 Subject: [PATCH] - Add dependency - Bump PORTREVISION --- textproc/py-pyhwp/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/textproc/py-pyhwp/Makefile b/textproc/py-pyhwp/Makefile index 1a10066d2637..e7b30ff61d84 100644 --- a/textproc/py-pyhwp/Makefile +++ b/textproc/py-pyhwp/Makefile @@ -3,6 +3,7 @@ PORTNAME= pyhwp PORTVERSION= 0.1b8 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +12,8 @@ MAINTAINER= zi@FreeBSD.org COMMENT= HWP Document Format v5 parser & processor RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto \ - ${PYTHON_PKGNAMEPREFIX}wheel>0:${PORTSDIR}/devel/py-wheel + ${PYTHON_PKGNAMEPREFIX}wheel>0:${PORTSDIR}/devel/py-wheel \ + ${PYTHON_PKGNAMEPREFIX}docopt>0:${PORTSDIR}/devel/py-docopt BUILD_DEPENDS:= ${RUN_DEPENDS} USES= python zip