summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2010-09-13 11:30:16 +0000
committerRenato Botelho <garga@FreeBSD.org>2010-09-13 11:30:16 +0000
commitc3f0efa9476100b51a6150ef558c8815e8f4a00b (patch)
treebee47df8c2ac66880f82736c1199c5c3ccb86c98 /security
parent- Change MASTER_SITE and WWW to reflect the new upstream home (diff)
- Add missing dependency (libltdl) to clamav and clamav-devel ports
- Bump PORTREVISION PR: ports/150512 Submitted by: Philippe Pepiot <phil@philpep.org>
Notes
Notes: svn path=/head/; revision=261071
Diffstat (limited to 'security')
-rw-r--r--security/clamav-devel/Makefile2
-rw-r--r--security/clamav/Makefile3
2 files changed, 4 insertions, 1 deletions
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}"