summaryrefslogtreecommitdiff
path: root/app-editors/emact/emact-2.58.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/emact/emact-2.58.0.ebuild')
-rw-r--r--app-editors/emact/emact-2.58.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-editors/emact/emact-2.58.0.ebuild b/app-editors/emact/emact-2.58.0.ebuild
index 8d8b17864ccd..b2f3b4a4d8ff 100644
--- a/app-editors/emact/emact-2.58.0.ebuild
+++ b/app-editors/emact/emact-2.58.0.ebuild
@@ -12,9 +12,10 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="X"
-DEPEND="sys-libs/ncurses:0=
+RDEPEND="sys-libs/ncurses:0=
X? ( x11-libs/libX11 )"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )"
src_configure() {
econf $(use_with X x)