--- slrn-1.0.0_pre18.ebuild.orig 2010-04-10 13:51:25.011949480 +0200 +++ slrn-1.0.0_pre18.ebuild.canl 2010-04-10 13:51:49.698027698 +0200 @@ -15,13 +15,14 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="nls ssl uudeview" +IUSE="nls ssl uudeview canlock" RDEPEND="virtual/mta app-arch/sharutils >=sys-libs/slang-2.1.3 ssl? ( dev-libs/openssl ) - uudeview? ( dev-libs/uulib )" + uudeview? ( dev-libs/uulib ) + canlock? ( net-libs/canlock )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" @@ -32,12 +33,17 @@ } src_configure() { + if use uudeview; then + myconf="${myconf} --with-uu" + fi + econf \ --with-docdir=/usr/share/doc/${PF} \ --with-slrnpull \ - $(use_with uudeview) \ $(use_enable nls) \ - $(use_with ssl) + $(use_with ssl) \ + $(use_with canlock) \ + ${myconf} } src_install() {