git: b393d16ab30e - main - net/py-pypcap: Cosmetic change

Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Apr 29 14:36:42 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b393d16ab30e80d20f3502af1decf77fe55151ee

commit b393d16ab30e80d20f3502af1decf77fe55151ee
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-04-29 14:17:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-04-29 14:24:03 +0000

    net/py-pypcap: Cosmetic change
---
 net/py-pypcap/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/net/py-pypcap/Makefile b/net/py-pypcap/Makefile
index 5590c2026570..da073e9c4e30 100644
--- a/net/py-pypcap/Makefile
+++ b/net/py-pypcap/Makefile
@@ -12,10 +12,9 @@ COMMENT=	Simplified object-oriented Python wrapper for libpcap
 LICENSE=	BSD3CLAUSE
 
 USES=		python:3.6+
-USE_PYTHON=	autoplist cython distutils
+USE_PYTHON=	autoplist concurrent cython distutils
 
-# Add workaround to avoid using /usr/lib32 over /usr/lib
-# See PR/239725 for details
+# PR 239725: workaround to avoid using /usr/lib32 over /usr/lib
 LDFLAGS+=	-L/usr/lib
 
 pre-configure:


More information about the dev-commits-ports-all mailing list