svn commit: r560941 - head/devel/py-enum-compat

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 10 08:20:36 UTC 2021


Author: sunpoet
Date: Sun Jan 10 08:20:31 2021
New Revision: 560941
URL: https://svnweb.freebsd.org/changeset/ports/560941

Log:
  Clean up RUN_DEPENDS after r559531 (USES=python:3.6+)

Modified:
  head/devel/py-enum-compat/Makefile

Modified: head/devel/py-enum-compat/Makefile
==============================================================================
--- head/devel/py-enum-compat/Makefile	Sun Jan 10 08:20:27 2021	(r560940)
+++ head/devel/py-enum-compat/Makefile	Sun Jan 10 08:20:31 2021	(r560941)
@@ -11,8 +11,6 @@ COMMENT=	Python 3.4 Enum dummy no-op package
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	${PY_ENUM34}
-
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 


More information about the svn-ports-all mailing list