aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Silbersack <silby@FreeBSD.org>2003-11-30 07:19:15 +0000
committerMike Silbersack <silby@FreeBSD.org>2003-11-30 07:19:15 +0000
commitcf5ee3d9c9835aa688b788145c5cfa9e7c43335f (patch)
tree984785d148205235d9f532e081cee88c3e0e5817
parenta2e5f51dc5469df371a2d21259b0b305968b490d (diff)
downloadports-cf5ee3d9c9835aa688b788145c5cfa9e7c43335f.tar.gz
ports-cf5ee3d9c9835aa688b788145c5cfa9e7c43335f.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)
Notes
Notes: svn path=/head/; revision=94827
-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