diff options
author | David Shakaryan <omp@gentoo.org> | 2008-01-06 08:35:53 +0000 |
---|---|---|
committer | David Shakaryan <omp@gentoo.org> | 2008-01-06 08:35:53 +0000 |
commit | 2c12bd631ee5ae9691bc0567165ee637ba121810 (patch) | |
tree | ddf45c8c63faa201027f536a2310df667f803a58 /x11-wm/aewm/aewm-1.2.7.ebuild | |
parent | Add dev-util/pkgconfig to DEPEND. (bug #204463) (diff) | |
download | gentoo-2-2c12bd631ee5ae9691bc0567165ee637ba121810.tar.gz gentoo-2-2c12bd631ee5ae9691bc0567165ee637ba121810.tar.bz2 gentoo-2-2c12bd631ee5ae9691bc0567165ee637ba121810.zip |
Add dev-util/pkgconfig to DEPEND. (bug #204464)
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'x11-wm/aewm/aewm-1.2.7.ebuild')
-rw-r--r-- | x11-wm/aewm/aewm-1.2.7.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/aewm/aewm-1.2.7.ebuild b/x11-wm/aewm/aewm-1.2.7.ebuild index 6a4b92fc924f..9ddbd9a8022b 100644 --- a/x11-wm/aewm/aewm-1.2.7.ebuild +++ b/x11-wm/aewm/aewm-1.2.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/aewm/aewm-1.2.7.ebuild,v 1.6 2007/08/02 14:34:34 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/aewm/aewm-1.2.7.ebuild,v 1.7 2008/01/06 08:35:53 omp Exp $ DESCRIPTION="A minimalistic X11 window manager." HOMEPAGE="http://www.red-bean.com/~decklin/software/aewm/" @@ -17,6 +17,7 @@ RDEPEND="x11-libs/libX11 x11-libs/libXft x11-libs/libXext" DEPEND="${RDEPEND} + dev-util/pkgconfig x11-proto/xproto x11-proto/xextproto" |