aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-07 07:30:25 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-07 07:30:25 +0000
commit2d68557025d468dd3c893cd7d1d2a0cff63fb88c (patch)
tree1c37b904c5704ae00fc122f60dd307c1ab5501fa /devel
parentba70f88a209c45a407a86d696850c81af446b5b8 (diff)
Remove optional dependency on unstaged textproc/py-4suite-xml
Notes
Notes: svn path=/head/; revision=367493
Diffstat (limited to 'devel')
-rw-r--r--devel/py-testoob/Makefile7
1 files changed, 1 insertions, 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 <bsd.port.post.mk>