diff options
Diffstat (limited to 'x11-misc/xystray')
-rw-r--r-- | x11-misc/xystray/xystray-1.0.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-misc/xystray/xystray-1.0.ebuild b/x11-misc/xystray/xystray-1.0.ebuild index 504d9daef891..7732b8350433 100644 --- a/x11-misc/xystray/xystray-1.0.ebuild +++ b/x11-misc/xystray/xystray-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,11 +13,12 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=" +CDEPEND=" x11-libs/libX11 x11-libs/libXt" - -RDEPEND="${DEPEND}" +DEPEND="${CDEPEND} + x11-libs/libXaw" +RDEPEND="${CDEPEND}" PATCHES=( "${FILESDIR}/${P}-ldflags.patch" |