diff options
Diffstat (limited to 'net-misc/kphone/kphone-3.14.ebuild')
-rw-r--r-- | net-misc/kphone/kphone-3.14.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-misc/kphone/kphone-3.14.ebuild b/net-misc/kphone/kphone-3.14.ebuild index b3d625a6ec85..110e3da87da3 100644 --- a/net-misc/kphone/kphone-3.14.ebuild +++ b/net-misc/kphone/kphone-3.14.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.14.ebuild,v 1.2 2004/03/14 17:29:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/kphone-3.14.ebuild,v 1.3 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 ~amd64" +SLOT="0" +IUSE="" + # Fix for our kde location myconf="$myconf --with-extra-libs=$KDEDIR/lib" |