From 2d68557025d468dd3c893cd7d1d2a0cff63fb88c Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 7 Sep 2014 07:30:25 +0000 Subject: [PATCH] Remove optional dependency on unstaged textproc/py-4suite-xml --- devel/py-testoob/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/devel/py-testoob/Makefile b/devel/py-testoob/Makefile index 4fea7f255a5d..a54edddce1fb 100644 --- a/devel/py-testoob/Makefile +++ b/devel/py-testoob/Makefile @@ -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