svn commit: r456981 - head/archivers/py-lz4

Pawel Pekala pawel at FreeBSD.org
Fri Dec 22 14:13:40 UTC 2017


Author: pawel
Date: Fri Dec 22 14:13:38 2017
New Revision: 456981
URL: https://svnweb.freebsd.org/changeset/ports/456981

Log:
  Add missing @ before ${FLAVOR}
  
  make all-depends-list error:
  py27-lz4-0.12.0: "/hdd/ports/devel/py-pytestpy27" non-existent -- dependency list incomplete
  
  Approved by:	just fix it

Modified:
  head/archivers/py-lz4/Makefile

Modified: head/archivers/py-lz4/Makefile
==============================================================================
--- head/archivers/py-lz4/Makefile	Fri Dec 22 14:13:21 2017	(r456980)
+++ head/archivers/py-lz4/Makefile	Fri Dec 22 14:13:38 2017	(r456981)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${FLAVOR}
 LIB_DEPENDS=	liblz4.so:archivers/liblz4
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest${FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${FLAVOR}
 
 USE_PYTHON=	distutils py3kplist
 USES=		pkgconfig python


More information about the svn-ports-all mailing list