diff options
author | 2003-12-11 09:15:43 +0000 | |
---|---|---|
committer | 2003-12-11 09:15:43 +0000 | |
commit | 40f5e1bce4286ec8ddb10b596defa7fab86b232e (patch) | |
tree | 25f290b7a768895cb54d4cbf9f70b0ba20a1f19a /x11-misc/xlockmore/xlockmore-5.08.2.ebuild | |
parent | minor adjustments (diff) | |
download | historical-40f5e1bce4286ec8ddb10b596defa7fab86b232e.tar.gz historical-40f5e1bce4286ec8ddb10b596defa7fab86b232e.tar.bz2 historical-40f5e1bce4286ec8ddb10b596defa7fab86b232e.zip |
amd64 keywords
Diffstat (limited to 'x11-misc/xlockmore/xlockmore-5.08.2.ebuild')
-rw-r--r-- | x11-misc/xlockmore/xlockmore-5.08.2.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/x11-misc/xlockmore/xlockmore-5.08.2.ebuild b/x11-misc/xlockmore/xlockmore-5.08.2.ebuild index bce4cb8204ad..fe6fa7bb3d1c 100644 --- a/x11-misc/xlockmore/xlockmore-5.08.2.ebuild +++ b/x11-misc/xlockmore/xlockmore-5.08.2.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.08.2.ebuild,v 1.2 2003/11/28 20:52:28 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.08.2.ebuild,v 1.3 2003/12/11 09:15:43 avenj Exp $ + +inherit gnuconfig IUSE="nas esd motif opengl truetype gtk pam" @@ -11,7 +13,7 @@ HOMEPAGE="http://www.tux.org/~bagleyd/xlockmore.html" SLOT="0" LICENSE="BSD" -KEYWORDS="x86 ~sparc" +KEYWORDS="x86 ~sparc amd64" DEPEND="virtual/x11 media-libs/freetype @@ -23,6 +25,8 @@ DEPEND="virtual/x11 gtk? ( =x11-libs/gtk+-1.2* )" src_compile() { + gnuconfig_update + local myconf myconf="--enable-vtlock" use pam && myconf="${myconf} --enable-pam" \ |