svn commit: r463072 - head/devel/llvm38

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 26 22:31:23 UTC 2018


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


More information about the svn-ports-head mailing list