Date: Sat, 11 Aug 2018 14:17:04 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476894 - head/devel/ipython Message-ID: <201808111417.w7BEH4jE047992@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Aug 11 14:17:04 2018 New Revision: 476894 URL: https://svnweb.freebsd.org/changeset/ports/476894 Log: Clean up Makefile The conditional dependency (devel/py-pathlib2) will never be used as python33 has been removed from ports tree. Modified: head/devel/ipython/Makefile Modified: head/devel/ipython/Makefile ============================================================================== --- head/devel/ipython/Makefile Sat Aug 11 14:16:59 2018 (r476893) +++ head/devel/ipython/Makefile Sat Aug 11 14:17:04 2018 (r476894) @@ -32,13 +32,7 @@ NO_ARCH= yes OPTIONS_DEFINE= EXAMPLES PORTEXAMPLES= * -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 3400 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pathlib2>=0:devel/py-pathlib2@${PY_FLAVOR} -.endif - post-install-EXAMPLES-on: cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808111417.w7BEH4jE047992>