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:
parent
82129b0647
commit
1c7096ced4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue