diff options
author | ale <ale@FreeBSD.org> | 2006-05-10 22:46:47 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-05-10 22:46:47 +0800 |
commit | a9d37ca9ec71498a5826402e3ab63ed48c448da1 (patch) | |
tree | a872f7f5dad6b2911b6a2ff03ccc48962757a279 /security/clamav | |
parent | af806c34824bed7d96a2904d8c7a36813055da87 (diff) | |
download | freebsd-ports-graphics-a9d37ca9ec71498a5826402e3ab63ed48c448da1.tar.gz freebsd-ports-graphics-a9d37ca9ec71498a5826402e3ab63ed48c448da1.tar.zst freebsd-ports-graphics-a9d37ca9ec71498a5826402e3ab63ed48c448da1.zip |
Chase gmp library and bump PORTREVISION.
Diffstat (limited to 'security/clamav')
-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 3eb0eda9bdf..c678ac18566 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -7,6 +7,7 @@ PORTNAME= clamav PORTVERSION= 0.88.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= clamav @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= clamav MAINTAINER= garga@FreeBSD.org COMMENT= Command line virus scanner written entirely in C -LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha \ unarj:${PORTSDIR}/archivers/unarj \ zoo:${PORTSDIR}/archivers/zoo \ |