svn commit: r560976 - head/www/py-biscuits

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


Author: sunpoet
Date: Sun Jan 10 08:23:19 2021
New Revision: 560976
URL: https://svnweb.freebsd.org/changeset/ports/560976

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

Modified:
  head/www/py-biscuits/Makefile

Modified: head/www/py-biscuits/Makefile
==============================================================================
--- head/www/py-biscuits/Makefile	Sun Jan 10 08:23:15 2021	(r560975)
+++ head/www/py-biscuits/Makefile	Sun Jan 10 08:23:19 2021	(r560976)
@@ -12,8 +12,6 @@ COMMENT=	Fast and tasty cookies handling
 
 LICENSE=	MIT
 
-BUILD_DEPENDS=	${PY_PATHLIB}
-
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 


More information about the svn-ports-head mailing list