net/py-libdnet: Fix runtime build

After the fix for net/libdnet py-libdnet was failing to build which is
fixed here.

Approved by:	portmgr (just-fix-it)
This commit is contained in:
Muhammad Moinur Rahman 2023-09-20 17:58:13 +02:00
parent 82129b0647
commit 1c7096ced4
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= net python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -6,7 +6,7 @@ COMMENT= Python module for libdnet
LIB_DEPENDS= libdnet.so:net/libdnet
USES= autoreconf libtool python
USES= autoreconf libtool localbase:ldflags python
MASTERDIR= ${.CURDIR}/../libdnet
INSTALL_WRKSRC= ${WRKSRC}/python