--- a/net-ftp/gproftpd/gproftpd-8.3.2-r1.ebuild	2015-08-09 22:34:52.000000000 +0200
+++ b/net-ftp/gproftpd/gproftpd-8.3.2-r2.ebuild	2015-11-10 15:27:02.551552670 +0100
@@ -11,7 +11,7 @@
 KEYWORDS="amd64 ~ppc sparc x86"
 SLOT="0"
 
-IUSE="gnome ssl"
+IUSE="gnome"
 
 # Requiring ProFTPD 1.2.9 due to security fixes
 RDEPEND="x11-libs/gtk+:2
@@ -19,7 +19,6 @@
 	>=x11-libs/pango-1.0
 	>=dev-libs/atk-1.0
 	>=media-libs/freetype-2.0
-	ssl? ( >=dev-libs/openssl-0.9.6f )
 	>=net-ftp/proftpd-1.2.9"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
@@ -30,16 +29,8 @@
 	#location of proftpd.conf
 	myconf="/etc/proftpd"
 
-	if use ssl; then
-		# enable mod_tls
-		modules="${modules}:mod_tls"
-		includes="${include}:/usr/kerberos/include"
-	fi
-
 	econf --sysconfdir=${myconf} \
-		--localstatedir=/var \
-		--with-modules=${modules} \
-		--with-includes=${includes}
+		--localstatedir=/var
 }
 
 src_install () {