diff options
Diffstat (limited to 'net-mgmt/ettercap/Makefile')
-rw-r--r-- | net-mgmt/ettercap/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mgmt/ettercap/Makefile b/net-mgmt/ettercap/Makefile index e65a4083f800..96194a6525d6 100644 --- a/net-mgmt/ettercap/Makefile +++ b/net-mgmt/ettercap/Makefile @@ -28,7 +28,7 @@ OPTIONS= GTK "Build with GTK2+ GUI" on \ WANT_GNOME= yes GNU_CONFIGURE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libltdl:15 libtool:15 USE_REINPLACE= yes MAN5= etter.conf.5 @@ -72,7 +72,6 @@ CONFIGURE_ARGS+= --without-libpcre .endif .if !defined(WITHOUT_PLUGINS) -USE_LIBLTDL= yes MAN8+= ettercap_plugins.8 DOCS+= doc/plugins CONFIGURE_ARGS+= --enable-plugins |