diff options
-rw-r--r-- | security/clamav-devel/Makefile | 8 |
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 |