diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-05-16 18:46:48 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-05-16 18:46:48 +0000 |
commit | 18f3a2e6704475b51a993d6be54543aba535e608 (patch) | |
tree | 4c42e79393fddce8494704d73148f3bbd06eceaa /www/mod_clamav | |
parent | dbd9e5be7d6023d59797b45c72126ab0cf3a001d (diff) | |
download | ports-18f3a2e6704475b51a993d6be54543aba535e608.tar.gz ports-18f3a2e6704475b51a993d6be54543aba535e608.zip |
Notes
Diffstat (limited to 'www/mod_clamav')
-rw-r--r-- | www/mod_clamav/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/www/mod_clamav/Makefile b/www/mod_clamav/Makefile index 4d6c987bc474..13382e04c2a3 100644 --- a/www/mod_clamav/Makefile +++ b/www/mod_clamav/Makefile @@ -18,17 +18,10 @@ USE_AUTOTOOLS= libtool USE_APACHE= 22 GNU_CONFIGURE= yes -OPTIONS_DEFINE= CLAMAVDEVEL -CLAMAVDEVEL_DESC= development version of CLAMAV - .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MCLAMAVDEVEL} -LIB_DEPENDS+= libclamav.so:${PORTSDIR}/security/clamav-devel -.else CLAMAV_PORT= security/clamav LIB_DEPENDS+= libclamav.so:${PORTSDIR}/security/clamav -.endif CONFIGURE_ARGS= --with-apxs=${APXS} \ --libdir=${PREFIX}/lib/apache2 |