Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Apr 2021 14:36:40 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b393d16ab30e - main - net/py-pypcap: Cosmetic change
Message-ID:  <202104291436.13TEaeSs052161@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit b393d16ab30e80d20f3502af1decf77fe55151ee
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-04-29 14:17:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104291436.13TEaeSs052161>