diff options
author | Renato Botelho <garga@FreeBSD.org> | 2010-09-13 11:30:16 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2010-09-13 11:30:16 +0000 |
commit | c3f0efa9476100b51a6150ef558c8815e8f4a00b (patch) | |
tree | bee47df8c2ac66880f82736c1199c5c3ccb86c98 /security | |
parent | ccc41263645becd6eef7e60f89156041706b00ca (diff) | |
download | ports-c3f0efa9476100b51a6150ef558c8815e8f4a00b.tar.gz ports-c3f0efa9476100b51a6150ef558c8815e8f4a00b.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/clamav-devel/Makefile | 2 | ||||
-rw-r--r-- | security/clamav/Makefile | 3 |
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}" |