From c3f0efa9476100b51a6150ef558c8815e8f4a00b Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Mon, 13 Sep 2010 11:30:16 +0000 Subject: - Add missing dependency (libltdl) to clamav and clamav-devel ports - Bump PORTREVISION PR: ports/150512 Submitted by: Philippe Pepiot --- security/clamav-devel/Makefile | 2 ++ security/clamav/Makefile | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'security') diff --git a/security/clamav-devel/Makefile b/security/clamav-devel/Makefile index 351292ca1240..12f85291494d 100644 --- a/security/clamav-devel/Makefile +++ b/security/clamav-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= clamav PORTVERSION= 20100824 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.clamav.net/snapshot/ \ LOCAL/garga/clamav-devel @@ -42,6 +43,7 @@ LOGDIR= /var/log/clamav RUNDIR= /var/run/clamav PLIST_SUB+= DBDIR=${DBDIR} LOGDIR=${LOGDIR} RUNDIR=${RUNDIR} PY_NO_THREAD= ${WRKDIR}/.python-has-no-threads +USE_AUTOTOOLS= libltdl:22 CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 54b9e9ccfc30..5480e16b746b 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -7,7 +7,7 @@ PORTNAME= clamav DISTVERSION= 0.96.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= SF @@ -41,6 +41,7 @@ LOGDIR= /var/log/clamav RUNDIR= /var/run/clamav PLIST_SUB+= DBDIR=${DBDIR} LOGDIR=${LOGDIR} RUNDIR=${RUNDIR} PY_NO_THREAD= ${WRKDIR}/.python-has-no-threads +USE_AUTOTOOLS= libltdl:22 CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" -- cgit v1.2.3