diff --git a/sys-apps/dnotify/dnotify-0.18.0-r1.ebuild b/sys-apps/dnotify/dnotify-0.18.0-r1.ebuild index 43e20482f4b79..c267d8c592198 100644 --- a/sys-apps/dnotify/dnotify-0.18.0-r1.ebuild +++ b/sys-apps/dnotify/dnotify-0.18.0-r1.ebuild @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ~mips ppc -sparc x86" IUSE="nls" -DEPEND="nls? ( sys-devel/gettext )" +BDEPEND="nls? ( sys-devel/gettext )" PATCHES=( "${FILESDIR}/${P}-nls.patch" @@ -22,7 +22,11 @@ PATCHES=( "${FILESDIR}/${P}-fix-implicit-declarations.patch" ) -src_configure() { +src_prepare() { + default eautoreconf +} + +src_configure() { econf $(use_enable nls) }