diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 00:27:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 00:27:13 +0000 |
commit | 2c54250c93468051b2a6907fa03f53f46da87b41 (patch) | |
tree | 2d137f6c28fc719af932207ddd24d7d19b235273 /app-misc/xlockmore | |
parent | lintool cleanup for #9225 (diff) | |
download | historical-2c54250c93468051b2a6907fa03f53f46da87b41.tar.gz historical-2c54250c93468051b2a6907fa03f53f46da87b41.tar.bz2 historical-2c54250c93468051b2a6907fa03f53f46da87b41.zip |
lintool cleanup for #9225
Diffstat (limited to 'app-misc/xlockmore')
-rw-r--r-- | app-misc/xlockmore/xlockmore-5.04.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-misc/xlockmore/xlockmore-5.04.ebuild b/app-misc/xlockmore/xlockmore-5.04.ebuild index 95f2ce8525b4..d30a36c6e4e4 100644 --- a/app-misc/xlockmore/xlockmore-5.04.ebuild +++ b/app-misc/xlockmore/xlockmore-5.04.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/xlockmore/xlockmore-5.04.ebuild,v 1.6 2002/10/05 05:39:09 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/xlockmore/xlockmore-5.04.ebuild,v 1.7 2002/10/17 00:27:13 vapier Exp $ IUSE="nas esd motif opengl truetype gtk pam" @@ -21,6 +21,7 @@ DEPEND="virtual/x11 esd? ( media-sound/esound ) motif? ( >=x11-libs/openmotif-2.1.30-r1 ) gtk? ( x11-libs/gtk+ )" +RDEPEND="${DEPEND}" src_compile() { local myconf |