diff options
Diffstat (limited to 'net-misc/kphone/kphone-3.11.ebuild')
-rw-r--r-- | net-misc/kphone/kphone-3.11.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-misc/kphone/kphone-3.11.ebuild b/net-misc/kphone/kphone-3.11.ebuild index 97f78041bcb4..f9a3e3b1790c 100644 --- a/net-misc/kphone/kphone-3.11.ebuild +++ b/net-misc/kphone/kphone-3.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/kphone-3.11.ebuild,v 1.4 2004/03/14 17:29:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/kphone-3.11.ebuild,v 1.5 2004/05/16 21:49:10 centic Exp $ inherit kde @@ -11,5 +11,8 @@ SRC_URI="http://www.wirlab.net/kphone/${P}.tgz" HOMEPAGE="http://www.wirlab.net/kphone/index.html" KEYWORDS="x86 ~sparc" +SLOT="0" +IUSE="" + # Fix for our kde location myconf="$myconf --with-extra-libs=$KDEDIR/lib" |