diff options
author | Mike Silbersack <silby@FreeBSD.org> | 2003-11-30 07:19:15 +0000 |
---|---|---|
committer | Mike Silbersack <silby@FreeBSD.org> | 2003-11-30 07:19:15 +0000 |
commit | cf5ee3d9c9835aa688b788145c5cfa9e7c43335f (patch) | |
tree | 984785d148205235d9f532e081cee88c3e0e5817 /security/clamav/Makefile | |
parent | Fix typo error (ONLY_FOR_ARCH => ONLY_FOR_ARCHS), (diff) |
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)
Diffstat (limited to 'security/clamav/Makefile')
-rw-r--r-- | security/clamav/Makefile | 3 |
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 |