diff options
Diffstat (limited to 'net-misc/kphone/kphone-4.0.1.ebuild')
-rw-r--r-- | net-misc/kphone/kphone-4.0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/kphone/kphone-4.0.1.ebuild b/net-misc/kphone/kphone-4.0.1.ebuild index 19f64d5681ec..f0a608645282 100644 --- a/net-misc/kphone/kphone-4.0.1.ebuild +++ b/net-misc/kphone/kphone-4.0.1.ebuild @@ -1,8 +1,8 @@ # 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-4.0.1.ebuild,v 1.1 2004/03/11 23:49:13 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/kphone-4.0.1.ebuild,v 1.2 2004/03/14 17:29:29 mr_bones_ Exp $ -inherit kde-base +inherit kde need-kde 3 LICENSE="GPL-2" @@ -16,4 +16,4 @@ src_compile(){ myconf="$myconf --with-extra-libs=$KDEDIR/lib --datadir=${D}/usr/share --prefix=${D}/usr" econf ${myconf} emake -}
\ No newline at end of file +} |