diff options
author | Renato Botelho <garga@FreeBSD.org> | 2007-12-19 23:08:38 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2007-12-19 23:08:38 +0000 |
commit | e74905e54bdaced2d06fbc274a14a42b211d3126 (patch) | |
tree | 2aa5e741bcd48e2b1212e1da5c91c272aa68a881 /security/py-clamav | |
parent | 19a8a2ec339772a805b5fb6ff0cfb1a6d41c3aee (diff) | |
download | ports-e74905e54bdaced2d06fbc274a14a42b211d3126.tar.gz ports-e74905e54bdaced2d06fbc274a14a42b211d3126.zip |
Notes
Diffstat (limited to 'security/py-clamav')
-rw-r--r-- | security/py-clamav/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-clamav/Makefile b/security/py-clamav/Makefile index d4db878ce5ae..25158f8b5d1f 100644 --- a/security/py-clamav/Makefile +++ b/security/py-clamav/Makefile @@ -7,7 +7,7 @@ PORTNAME= clamav PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security python MASTER_SITES= http://xael.org/norman/python/pyclamav/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= mnag@FreeBSD.org COMMENT= A python binding to libclamav written in C -LIB_DEPENDS= clamav.2:${PORTSDIR}/security/clamav +LIB_DEPENDS= clamav.3:${PORTSDIR}/security/clamav DIST_SUBDIR= python USE_PYTHON= yes |