diff options
author | garga <garga@FreeBSD.org> | 2014-05-17 02:46:48 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2014-05-17 02:46:48 +0800 |
commit | 6795e8c1ac2c27abf328d1d95efa528e53fa0cc1 (patch) | |
tree | 4c42e79393fddce8494704d73148f3bbd06eceaa /www | |
parent | 3f10fad985321652b19e29e804c46e5a0d1a8bfb (diff) | |
download | freebsd-ports-gnome-6795e8c1ac2c27abf328d1d95efa528e53fa0cc1.tar.gz freebsd-ports-gnome-6795e8c1ac2c27abf328d1d95efa528e53fa0cc1.tar.zst freebsd-ports-gnome-6795e8c1ac2c27abf328d1d95efa528e53fa0cc1.zip |
Retire security/clamav-devel, clamav is not being updated that much nowadays,
so a -devel version is not required anymore. Also removed OPTIONS on other
ports that pointed to clamav-devel as a dependency.
Approved by: portmgr (implict)
Diffstat (limited to 'www')
-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 |