aboutsummaryrefslogtreecommitdiffstats
path: root/security/clamav-devel
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2010-09-13 19:30:16 +0800
committergarga <garga@FreeBSD.org>2010-09-13 19:30:16 +0800
commit0bc83d26ea8f6d9a49732d73758f00b9a806444d (patch)
treec37b7b4ac6467568928ab58b845bd249b40ef6e5 /security/clamav-devel
parent457ca5264515057299664e7bea89373e9dedc2a5 (diff)
downloadfreebsd-ports-gnome-0bc83d26ea8f6d9a49732d73758f00b9a806444d.tar.gz
freebsd-ports-gnome-0bc83d26ea8f6d9a49732d73758f00b9a806444d.tar.zst
freebsd-ports-gnome-0bc83d26ea8f6d9a49732d73758f00b9a806444d.zip
- Add missing dependency (libltdl) to clamav and clamav-devel ports
- Bump PORTREVISION PR: ports/150512 Submitted by: Philippe Pepiot <phil@philpep.org>
Diffstat (limited to 'security/clamav-devel')
-rw-r--r--security/clamav-devel/Makefile2
1 files changed, 2 insertions, 0 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}"