mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00: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,6 +1,6 @@
|
||||
PORTNAME= portmon
|
||||
PORTVERSION= 2.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= http://voodoo.bawue.com/download/ \
|
||||
http://www.aboleo.net/software/portmon/downloads/ \
|
||||
@ -14,6 +14,7 @@ LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
LIBS+= -lutil
|
||||
|
||||
PLIST_FILES= bin/portmon etc/portmon.hosts.sample share/man/man8/portmon.8.gz
|
||||
PORTDOCS= README
|
||||
|
Loading…
Reference in New Issue
Block a user