diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-04-05 14:58:28 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-04-05 14:58:28 +0000 |
commit | fe1788528a1d2ea299efdcd47ca29e7eee7bc111 (patch) | |
tree | 2add52758f18bc9fd4a7cc311696fa48995c330c /security | |
parent | - Add entry to databases/sqlite3 (diff) |
- Remove use of sqlite3-threads
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=210586
Diffstat (limited to 'security')
-rw-r--r-- | security/klamav/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/klamav/Makefile b/security/klamav/Makefile index d0015d2333a5..a171973f9d0e 100644 --- a/security/klamav/Makefile +++ b/security/klamav/Makefile @@ -7,6 +7,7 @@ PORTNAME= klamav PORTVERSION= 0.42 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= klamav @@ -15,8 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-source MAINTAINER= anderson@cnpm.embrapa.br COMMENT= A KDE 3 front-end to Clam Anti-Virus -LIB_DEPENDS= clamav:${PORTSDIR}/security/clamav \ - sqlite3:${PORTSDIR}/databases/sqlite3-threads +LIB_DEPENDS= clamav:${PORTSDIR}/security/clamav WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}-${PORTVERSION} @@ -25,6 +25,7 @@ DOCSDIR= ${PREFIX}/share/doc/HTML/en/klamav02 USE_GZIP= yes USE_GMAKE= yes +USE_SQLITE= 3 USE_GNOME= pkgconfig USE_GETTEXT= yes INSTALLS_ICONS= yes |