diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-05 17:07:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-05 17:07:43 +0000 |
commit | fb3520254ab73be0aad04c3a63b781750cf26b5b (patch) | |
tree | 268d74f9d8738f78b0c895672044611aa6343387 /www/mod_clamav | |
parent | 4706739618b79681811e5b336a54032908638160 (diff) | |
download | ports-fb3520254ab73be0aad04c3a63b781750cf26b5b.tar.gz ports-fb3520254ab73be0aad04c3a63b781750cf26b5b.zip |
Notes
Diffstat (limited to 'www/mod_clamav')
-rw-r--r-- | www/mod_clamav/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/www/mod_clamav/Makefile b/www/mod_clamav/Makefile index b6fc82d1ad86..da4dee889e0e 100644 --- a/www/mod_clamav/Makefile +++ b/www/mod_clamav/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mod_clamav -# Date created: Sun Oct 19 -# Whom: Clement Laforet <clement@FreeBSD.org> -# +# Created by: Clement Laforet <clement@FreeBSD.org> # $FreeBSD$ -# PORTNAME= mod_clamav PORTVERSION= 0.23 @@ -22,11 +18,12 @@ USE_AUTOTOOLS= libtool USE_APACHE= 22 GNU_CONFIGURE= yes -OPTIONS= CLAMAVDEVEL "Use development version of CLAMAV" off +OPTIONS_DEFINE= CLAMAVDEVEL +CLAMAVDEVEL_DESC= development version of CLAMAV .include <bsd.port.options.mk> -.if defined(WITH_CLAMAVDEVEL) +.if ${PORT_OPTIONS:MCLAMAVDEVEL} LIB_DEPENDS+= clamav.7:${PORTSDIR}/security/clamav-devel .else CLAMAV_PORT= security/clamav |