diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-29 07:55:46 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-29 07:55:46 +0800 |
commit | cfde2b96353ce24a7c410e567c5108190d974f8c (patch) | |
tree | 6e56dadc0757129f4afa4b4c53de9f03f12f4109 | |
parent | 9d3b0fed4c3fe1f3866a40690be9aa6c24203352 (diff) | |
download | freebsd-ports-gnome-cfde2b96353ce24a7c410e567c5108190d974f8c.tar.gz freebsd-ports-gnome-cfde2b96353ce24a7c410e567c5108190d974f8c.tar.zst freebsd-ports-gnome-cfde2b96353ce24a7c410e567c5108190d974f8c.zip |
Use USES=gnome
-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 |