Date: Mon, 26 Feb 2018 22:31:21 +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: r463072 - head/devel/llvm38 Message-ID: <201802262231.w1QMVLMv025915@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Feb 26 22:31:21 2018 New Revision: 463072 URL: https://svnweb.freebsd.org/changeset/ports/463072 Log: Simplify Makefile: use PY_ENUM34 With hat: python Modified: head/devel/llvm38/Makefile Modified: head/devel/llvm38/Makefile ============================================================================== --- head/devel/llvm38/Makefile Mon Feb 26 22:31:16 2018 (r463071) +++ head/devel/llvm38/Makefile Mon Feb 26 22:31:21 2018 (r463072) @@ -272,10 +272,7 @@ COMMANDS+= lld PORTDOCS+= lld .endif -.if ${PYTHON_REL} < 3400 -LLDB_BUILD_DEPENDS+= \ - ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34 -.endif +LLDB_BUILD_DEPENDS+= ${PY_ENUM34} .if ${PORT_OPTIONS:MLLDB} && ${PYTHON_REL} >= 3000 BROKEN= LLDB does not build with Python 3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802262231.w1QMVLMv025915>