Date: Sun, 7 Sep 2014 07:30:26 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367493 - head/devel/py-testoob Message-ID: <201409070730.s877UQq3014115@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409070730.s877UQq3014115>