svn commit: r476894 - head/devel/ipython

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Aug 11 14:17:05 UTC 2018


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>


More information about the svn-ports-all mailing list