summaryrefslogtreecommitdiff
path: root/security/clamav-devel
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2007-07-11 13:13:42 +0000
committerRenato Botelho <garga@FreeBSD.org>2007-07-11 13:13:42 +0000
commit482b3c85aad2b5d02dcfa85e4ca0901ab2aa4bbc (patch)
tree0348f052ef0c4fee212a9882a0cb35c74fbdd227 /security/clamav-devel
parentUpdate to 1.1.5 (diff)
- Remove CURL option, forgotten on last commit. It's not needed anymore
Notes
Notes: svn path=/head/; revision=195417
Diffstat (limited to 'security/clamav-devel')
-rw-r--r--security/clamav-devel/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/security/clamav-devel/Makefile b/security/clamav-devel/Makefile
index d6f3d1346ed0..dff0c84005e0 100644
--- a/security/clamav-devel/Makefile
+++ b/security/clamav-devel/Makefile
@@ -25,7 +25,6 @@ OPTIONS= ARC "Enable arch archives support" On \
UNZOO "Enavle zoo archives support" On \
MILTER "Compile the milter interface" Off \
LDAP "libmilter was built with LDAP" Off \
- CURL "Support URL downloading" Off \
STDERR "Print logs to stderr instead of stdout" Off
USE_AUTOTOOLS= libtool:15
@@ -153,13 +152,6 @@ PLIST_SUB+= CLAMAV-MILTER=""
PLIST_SUB+= CLAMAV-MILTER="@comment "
.endif
-.if defined(WITH_CURL)
-LIB_DEPENDS+= curl.4:${PORTSDIR}/ftp/curl
-CONFIGURE_ARGS+= --with-libcurl
-.else
-CONFIGURE_ARGS+= --without-libcurl
-.endif
-
.if defined(WITH_STDERR)
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-shared_output.c
.endif