Remove optional dependency on unstaged textproc/py-4suite-xml

This commit is contained in:
Antoine Brodin 2014-09-07 07:30:25 +00:00
parent ba70f88a20
commit 2d68557025
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367493

View file

@ -12,9 +12,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Testoob is an advanced unit testing framework for PyUnit
OPTIONS_DEFINE= TWISTED HTML
OPTIONS_DEFINE= TWISTED
TWISTED_DESC= enable running in threads
HTML_DESC= enable HTML output
USES= tar:bzip2
USE_PYTHON= yes
@ -27,8 +26,4 @@ PYDISTUTILS_AUTOPLIST= yes
USES+= twisted
.endif
.if ${PORT_OPTIONS:MHTML}
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/Ft/Xml/__init__.py:${PORTSDIR}/textproc/py-4suite-xml
.endif
.include <bsd.port.post.mk>