aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsilby <silby@FreeBSD.org>2003-11-30 15:19:15 +0800
committersilby <silby@FreeBSD.org>2003-11-30 15:19:15 +0800
commitcf53c275a30b0b502c6de95b4088cec8d5dd81c9 (patch)
tree36b924240c0c18dbdaf68dce100c8fcebd47f038
parent140abe292a90254b639fc854b3cbd595af65aa5a (diff)
downloadfreebsd-ports-gnome-cf53c275a30b0b502c6de95b4088cec8d5dd81c9.tar.gz
freebsd-ports-gnome-cf53c275a30b0b502c6de95b4088cec8d5dd81c9.tar.zst
freebsd-ports-gnome-cf53c275a30b0b502c6de95b4088cec8d5dd81c9.zip
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)
-rw-r--r--security/clamav/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile
index 31bd6a5f9291..4ec7b82f0247 100644
--- a/security/clamav/Makefile
+++ b/security/clamav/Makefile
@@ -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