diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-28 23:55:46 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-28 23:55:46 +0000 |
commit | b301fe208d8411d10e13437418a89bddbd8b25ed (patch) | |
tree | 6e56dadc0757129f4afa4b4c53de9f03f12f4109 /net-mgmt | |
parent | Use USES=gnome (diff) |
Use USES=gnome
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ettercap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/ettercap/Makefile b/net-mgmt/ettercap/Makefile index a6194bba5fef..5aabfe20ef7f 100644 --- a/net-mgmt/ettercap/Makefile +++ b/net-mgmt/ettercap/Makefile @@ -54,6 +54,7 @@ NCURSES_USES= ncurses GTK2_CMAKE_OFF= -DENABLE_GTK=OFF GTK2_CMAKE_ON= -DENABLE_GTK=ON GTK2_USE= GNOME=gtk20 +GTK2_USES= gnome IPV6_CMAKE_OFF= -DENABLE_IPV6=OFF IPV6_CMAKE_ON= -DENABLE_IPV6=ON PCRE_CMAKE_OFF= -DHAVE_PCRE=OFF |