diff options
author | Renato Botelho <garga@FreeBSD.org> | 2008-04-16 16:10:19 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2008-04-16 16:10:19 +0000 |
commit | 5ecc9b9295b3e619c1c7cb90c068be0e911aed0b (patch) | |
tree | 74588a5cfa6211285f8887346870b7364822d3e3 /security/py-clamav | |
parent | 242c19bc489957b8f0b61e519300dceb0ec0642b (diff) |
Notes
Diffstat (limited to 'security/py-clamav')
-rw-r--r-- | security/py-clamav/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/py-clamav/Makefile b/security/py-clamav/Makefile index 25158f8b5d1f..4d472b4ad259 100644 --- a/security/py-clamav/Makefile +++ b/security/py-clamav/Makefile @@ -7,7 +7,7 @@ PORTNAME= clamav PORTVERSION= 0.4.0 -PORTREVISION= 2 +PORTREVISION= 3 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.3:${PORTSDIR}/security/clamav +LIB_DEPENDS= clamav.4:${PORTSDIR}/security/clamav DIST_SUBDIR= python USE_PYTHON= yes @@ -30,6 +30,8 @@ EXAMPLESDIR?= ${PREFIX}/share/examples/py-${PORTNAME} PORTDOCS= * +BROKEN= Doesn't build with clamav-0.93 + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |