net/py-pypcap: Cosmetic change

This commit is contained in:
Po-Chuan Hsieh 2021-04-29 22:17:24 +08:00
parent f096d0538f
commit b393d16ab3
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -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: