summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-apps/sx/sx-2.1.7.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-apps/sx/sx-2.1.7.ebuild b/x11-apps/sx/sx-2.1.7.ebuild
index c43076d..15239e1 100644
--- a/x11-apps/sx/sx-2.1.7.ebuild
+++ b/x11-apps/sx/sx-2.1.7.ebuild
@@ -18,10 +18,15 @@ fi
LICENSE="MIT"
SLOT="0"
+RDEPEND="
+ x11-apps/xauth
+ x11-base/xorg-server[xorg]
+"
+
src_compile() {
:
}
src_install() {
- emake PREFIX=/usr DESTDIR="${D}" install
+ emake PREFIX=${EPREFIX}/usr DESTDIR="${D}" install
}