diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-07 15:30:25 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-07 15:30:25 +0800 |
commit | 3100826aa61fca104b4481c4b34c19224bb674f1 (patch) | |
tree | 1c37b904c5704ae00fc122f60dd307c1ab5501fa | |
parent | 6a5e9bf02acc927830654e5535dc803db1e630e5 (diff) | |
download | freebsd-ports-gnome-3100826aa61fca104b4481c4b34c19224bb674f1.tar.gz freebsd-ports-gnome-3100826aa61fca104b4481c4b34c19224bb674f1.tar.zst freebsd-ports-gnome-3100826aa61fca104b4481c4b34c19224bb674f1.zip |
Remove optional dependency on unstaged textproc/py-4suite-xml
-rw-r--r-- | devel/py-testoob/Makefile | 7 |
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> |