mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
mail/libsrs_alt: fix build on 15-CURRENT
Link with -lutil to get ftime() on 15-CURRENT. This is harmless on older FreeBSD versions. While we are at it, define LICENSE. Approved by: portmgr (build fix blanket, infrastructure blanket) MFH: 2024Q4
This commit is contained in:
parent
00fb86f229
commit
f6bae7b22a
1 changed files with 6 additions and 2 deletions
|
@ -1,17 +1,21 @@
|
|||
PORTNAME= libsrs_alt
|
||||
DISTVERSION= 1.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://opsec.eu/src/srs/
|
||||
|
||||
MAINTAINER= pi@FreeBSD.org
|
||||
COMMENT= Sender Rewriting Scheme C Implementation
|
||||
WWW= https://opsec.eu/src/srs/
|
||||
WWW= https://opsec.eu/src/srs/
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= libtool tar:bzip2
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
LIBS+= -lutil
|
||||
|
||||
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue