summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/presage/presage-0.8.9.ebuild')
-rw-r--r--app-text/presage/presage-0.8.9.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/presage/presage-0.8.9.ebuild b/app-text/presage/presage-0.8.9.ebuild
index d27bb84..61a1f93 100644
--- a/app-text/presage/presage-0.8.9.ebuild
+++ b/app-text/presage/presage-0.8.9.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doc examples gtk python sqlite test"
+IUSE="doc examples gtk python sqlite test -gprompter"
RDEPEND="
examples? ( sys-libs/ncurses )
@@ -42,11 +42,11 @@ src_configure() {
$(use_enable doc documentation)
$(use_enable examples curses)
$(use_enable gtk gpresagemate)
- --disable-gprompter
$(use_enable python)
$(use_enable python python-binding)
$(use_enable sqlite)
$(use_enable test)
)
- econf ${myeconfargs}
+ econf ${myeconfargs} --disable-gprompter
+
}