summaryrefslogtreecommitdiffstats
path: root/net-mgmt/ettercap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/ettercap/Makefile')
-rw-r--r--net-mgmt/ettercap/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/ettercap/Makefile b/net-mgmt/ettercap/Makefile
index d9664ab..2482460 100644
--- a/net-mgmt/ettercap/Makefile
+++ b/net-mgmt/ettercap/Makefile
@@ -13,7 +13,7 @@ COMMENT= Network sniffer/interceptor/injector/logger for switched LANs
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS= libnet.so:${PORTSDIR}/net/libnet
+LIB_DEPENDS= libnet.so:net/libnet
OPTIONS_DEFINE= DESKTOP DOCS GTK2 IPV6 NCURSES PCRE PLUGINS SSL UTF8
OPTIONS_DEFAULT=GTK2 NCURSES PCRE PLUGINS SSL UTF8
@@ -59,11 +59,11 @@ IPV6_CMAKE_OFF= -DENABLE_IPV6=OFF
IPV6_CMAKE_ON= -DENABLE_IPV6=ON
PCRE_CMAKE_OFF= -DHAVE_PCRE=OFF
PCRE_CMAKE_ON= -DHAVE_PCRE=ON
-PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
-PLUGINS_BUILD_DEPENDS= curl>=7.26.0:${PORTSDIR}/ftp/curl
+PCRE_LIB_DEPENDS= libpcre.so:devel/pcre
+PLUGINS_BUILD_DEPENDS= curl>=7.26.0:ftp/curl
PLUGINS_CMAKE_OFF= -DENABLE_PLUGINS=OFF
PLUGINS_CMAKE_ON= -DENABLE_PLUGINS=ON
-PLUGINS_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
+PLUGINS_LIB_DEPENDS= libcurl.so:ftp/curl
SSL_CMAKE_OFF= -DENABLE_SSL=OFF
SSL_CMAKE_ON= -DENABLE_SSL=ON
SSL_USE= OPENSSL=yes
OpenPOWER on IntegriCloud