diff options
author | 2006-09-21 11:47:02 +0000 | |
---|---|---|
committer | 2006-09-21 11:47:02 +0000 | |
commit | 364a2d661fd60d3a07b61d25ffe524d27a80821a (patch) | |
tree | d69a85e9ca615f7cc5e3b53d651625868b87cbba /x11-misc/xbatt/xbatt-1.2.1.ebuild | |
parent | added postinst message explaining the need for a rebuild (diff) | |
download | historical-364a2d661fd60d3a07b61d25ffe524d27a80821a.tar.gz historical-364a2d661fd60d3a07b61d25ffe524d27a80821a.tar.bz2 historical-364a2d661fd60d3a07b61d25ffe524d27a80821a.zip |
Fix bug #148492 - missing dependency on imake.
Package-Manager: portage-2.1.2_pre1
Diffstat (limited to 'x11-misc/xbatt/xbatt-1.2.1.ebuild')
-rw-r--r-- | x11-misc/xbatt/xbatt-1.2.1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-misc/xbatt/xbatt-1.2.1.ebuild b/x11-misc/xbatt/xbatt-1.2.1.ebuild index fbcdbf5cac4b..4d2d1f2d2cc7 100644 --- a/x11-misc/xbatt/xbatt-1.2.1.ebuild +++ b/x11-misc/xbatt/xbatt-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/xbatt-1.2.1.ebuild,v 1.7 2006/01/21 16:27:43 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/xbatt-1.2.1.ebuild,v 1.8 2006/09/21 11:47:02 nelchael Exp $ DESCRIPTION="Notebook battery indicator for X" HOMEPAGE="http://www.clave.gr.jp/~eto/xbatt/" @@ -21,7 +21,9 @@ RDEPEND="|| ( ( x11-libs/libXpm ) virtual/x11 )" DEPEND="${RDEPEND} - || ( x11-proto/xextproto virtual/x11 )" + || ( ( x11-proto/xextproto + x11-misc/imake ) + virtual/x11 )" src_compile() { xmkmf || die |