mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Correct the OSVERSION check for the libgmp depedency; libgmp was removed
waaaay earlier than I had previously thought. Also bump portrevision since this is an important change for 5.x users. Approved by: portmgr (marcus)
This commit is contained in:
parent
a2e5f51dc5
commit
cf5ee3d9c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94827
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= clamav
|
||||
PORTVERSION= 0.65
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= clamav
|
||||
@ -72,7 +73,7 @@ CFLAGS+= -O
|
||||
LDFLAGS+= -lcipher
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} > 501113
|
||||
.if ${OSVERSION} > 500023
|
||||
# Approximate time libgmp was removed from the base system
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
|
||||
|
Loading…
Reference in New Issue
Block a user