diff options
Diffstat (limited to 'net-misc/kphone/kphone-2.0.ebuild')
-rw-r--r-- | net-misc/kphone/kphone-2.0.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-misc/kphone/kphone-2.0.ebuild b/net-misc/kphone/kphone-2.0.ebuild index 853098ccc67b..856b6068a77e 100644 --- a/net-misc/kphone/kphone-2.0.ebuild +++ b/net-misc/kphone/kphone-2.0.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-2.0.ebuild,v 1.5 2004/03/14 17:29:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/kphone-2.0.ebuild,v 1.6 2004/05/16 21:49:10 centic Exp $ inherit kde @@ -12,5 +12,8 @@ SRC_URI="http://www.wirlab.net/kphone/${P}.tgz" HOMEPAGE="http://www.wirlab.net/kphone/index.html" KEYWORDS="x86" +SLOT="0" +IUSE="" + # Fix for our kde location myconf="$myconf --with-extra-libs=$KDEDIR/lib" |