From df0acafa3148c6c5cdbbbfdc501e980df77eaacb Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Mon, 15 Aug 2005 05:33:14 +0000 Subject: [PATCH] ebuild update git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@113 7f574dfc-610e-0410-a909-a81674777703 --- app-admin/conky/conky-1.9999.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/app-admin/conky/conky-1.9999.ebuild b/app-admin/conky/conky-1.9999.ebuild index ac3c1cd7..07ab8297 100644 --- a/app-admin/conky/conky-1.9999.ebuild +++ b/app-admin/conky/conky-1.9999.ebuild @@ -11,17 +11,18 @@ HOMEPAGE="http://conky.rty.ca" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="truetype seti metar" +IUSE="truetype seti metar X" RDEPEND="virtual/libc - virtual/x11 + X? ( virtual/x11 ) truetype? ( >=media-libs/freetype-2 ) seti? ( sci-astronomy/setiathome ) - metar? ( dev-libs/mdsplib )" + metar? ( dev-libs/mdsplib ) + " DEPEND="truetype? ( >=media-libs/freetype-2 ) metar? ( dev-libs/mdsplib ) - virtual/x11 + X? ( virtual/x11 ) >=sys-devel/automake-1.4 sys-devel/autoconf sys-apps/grep @@ -42,6 +43,7 @@ src_compile() { $(use_enable truetype xft) \ $(use_enable metar) \ $(use_enable seti) \ + $(use_enable x x11) \ --enable-double-buffer \ --enable-own-window \ --enable-proc-uptime \