svn commit: r367493 - head/devel/py-testoob

Antoine Brodin antoine at FreeBSD.org
Sun Sep 7 07:30:26 UTC 2014


Author: antoine
Date: Sun Sep  7 07:30:25 2014
New Revision: 367493
URL: http://svnweb.freebsd.org/changeset/ports/367493
QAT: https://qat.redports.org/buildarchive/r367493/

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

Modified:
  head/devel/py-testoob/Makefile

Modified: head/devel/py-testoob/Makefile
==============================================================================
--- head/devel/py-testoob/Makefile	Sun Sep  7 07:26:43 2014	(r367492)
+++ head/devel/py-testoob/Makefile	Sun Sep  7 07:30:25 2014	(r367493)
@@ -12,9 +12,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	ports at 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>


More information about the svn-ports-head mailing list