diff options
author | Brandon Hale <tseng@gentoo.org> | 2003-09-30 03:37:43 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2003-09-30 03:37:43 +0000 |
commit | e4cc5055a114c8f003a73e3c4214f919463624f1 (patch) | |
tree | 78ffb419fc5d47b55242e202feea1cfdf758387b /x11-misc/obconf/obconf-1.5.ebuild | |
parent | die msgs for the autotools (diff) | |
download | gentoo-2-e4cc5055a114c8f003a73e3c4214f919463624f1.tar.gz gentoo-2-e4cc5055a114c8f003a73e3c4214f919463624f1.tar.bz2 gentoo-2-e4cc5055a114c8f003a73e3c4214f919463624f1.zip |
add new dep, x11-libs/startup-notification
Diffstat (limited to 'x11-misc/obconf/obconf-1.5.ebuild')
-rw-r--r-- | x11-misc/obconf/obconf-1.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-misc/obconf/obconf-1.5.ebuild b/x11-misc/obconf/obconf-1.5.ebuild index 80b4c0b61f53..dbe343d031f9 100644 --- a/x11-misc/obconf/obconf-1.5.ebuild +++ b/x11-misc/obconf/obconf-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-1.5.ebuild,v 1.1 2003/09/29 19:50:15 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-1.5.ebuild,v 1.2 2003/09/30 03:37:40 tseng Exp $ S=${WORKDIR}/${P} DESCRIPTION="ObConf is a tool for configuring the Openbox window manager." @@ -13,6 +13,7 @@ SLOT="0" DEPEND=">=x11-libs/gtk+-2 >=gnome-base/libglade-2 + x11-libs/startup-notification >=x11-wm/openbox-3.0_beta4" |