From b393d16ab30e80d20f3502af1decf77fe55151ee Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Thu, 29 Apr 2021 22:17:24 +0800 Subject: [PATCH] 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: