diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-11-20 01:04:07 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-11-20 01:04:07 +0800 |
commit | e2a4c96e3b2d8d31efdc5d2c1528e787d3630e75 (patch) | |
tree | 1dda7229be1ed934c3f43e2aca163daeb4606972 /net-mgmt | |
parent | 987668e183139263613a1ba14dca84421305bc9e (diff) | |
download | freebsd-ports-gnome-e2a4c96e3b2d8d31efdc5d2c1528e787d3630e75.tar.gz freebsd-ports-gnome-e2a4c96e3b2d8d31efdc5d2c1528e787d3630e75.tar.zst freebsd-ports-gnome-e2a4c96e3b2d8d31efdc5d2c1528e787d3630e75.zip |
- Use USES=ssl
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ettercap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/ettercap/Makefile b/net-mgmt/ettercap/Makefile index fef012a0c056..a6194bba5fef 100644 --- a/net-mgmt/ettercap/Makefile +++ b/net-mgmt/ettercap/Makefile @@ -65,7 +65,7 @@ PLUGINS_CMAKE_ON= -DENABLE_PLUGINS=ON PLUGINS_LIB_DEPENDS= libcurl.so:ftp/curl SSL_CMAKE_OFF= -DENABLE_SSL=OFF SSL_CMAKE_ON= -DENABLE_SSL=ON -SSL_USE= OPENSSL=yes +SSL_USES= ssl UTF8_CMAKE_OFF= -DHAVE_UTF8=OFF UTF8_CMAKE_ON= -DHAVE_UTF8=ON \ -DHAVE_ICONV=${ICONV_PREFIX} |