mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
net-mgmt/portmon: link with -lutil for ftime(3) in 15-CURRENT
The symbol ftime has been moved from libcompat to libutil in 15-CURRENT. Link with -lutil to pick it up. This doesn't hurt on older FreeBSD. See also: bb421be6c1174fad837973acc5e4a7bade4489db (src) MFH: 2024Q4
This commit is contained in:
parent
06bfaaa2de
commit
33df781ed1
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= portmon
|
PORTNAME= portmon
|
||||||
PORTVERSION= 2.0
|
PORTVERSION= 2.0
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= net-mgmt
|
CATEGORIES= net-mgmt
|
||||||
MASTER_SITES= http://voodoo.bawue.com/download/ \
|
MASTER_SITES= http://voodoo.bawue.com/download/ \
|
||||||
http://www.aboleo.net/software/portmon/downloads/ \
|
http://www.aboleo.net/software/portmon/downloads/ \
|
||||||
|
@ -14,6 +14,7 @@ LICENSE= GPLv2+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
LIBS+= -lutil
|
||||||
|
|
||||||
PLIST_FILES= bin/portmon etc/portmon.hosts.sample share/man/man8/portmon.8.gz
|
PLIST_FILES= bin/portmon etc/portmon.hosts.sample share/man/man8/portmon.8.gz
|
||||||
PORTDOCS= README
|
PORTDOCS= README
|
||||||
|
|
Loading…
Add table
Reference in a new issue