mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
net/libdnet: Fix missing USES flags
In my previous commit I missed to type ldflags arguments to localbase, this patch fixes the commit.
This commit is contained in:
parent
3d864ab972
commit
29fbd5bc63
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
LIB_DEPENDS= libpfctl.so:net/libpfctl
|
LIB_DEPENDS= libpfctl.so:net/libpfctl
|
||||||
|
|
||||||
USES?= autoreconf libtool localbase
|
USES?= autoreconf libtool localbase:ldflags
|
||||||
|
|
||||||
LDFLAGS+= -lpfctl
|
LDFLAGS+= -lpfctl
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue