diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-04 21:57:52 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-04 21:57:52 +0000 |
commit | eacf763410af084ceac6b6be5bb2dc0de092d40c (patch) | |
tree | 9dae403ac2aa9060f62e6fb9160e9116ec5923d3 /net-im | |
parent | README contains basic installation instructions (diff) | |
download | historical-eacf763410af084ceac6b6be5bb2dc0de092d40c.tar.gz historical-eacf763410af084ceac6b6be5bb2dc0de092d40c.tar.bz2 historical-eacf763410af084ceac6b6be5bb2dc0de092d40c.zip |
*** empty log message ***
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gtk+licq/gtk+licq-0.50.1.ebuild | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/net-im/gtk+licq/gtk+licq-0.50.1.ebuild b/net-im/gtk+licq/gtk+licq-0.50.1.ebuild index 40f7b9815d7b..1c4019c410f6 100644 --- a/net-im/gtk+licq/gtk+licq-0.50.1.ebuild +++ b/net-im/gtk+licq/gtk+licq-0.50.1.ebuild @@ -7,16 +7,17 @@ DESCRIPTION="gtk+licq" SRC_URI="http://gtk.licq.org/download/${A}" HOMEPAGE="http://gtk.licq.org" -DEPEND="virtual/glibc sys-devel/perl - >=net-im/licq-1.0.2 - >=x11-libs/gtk+-1.2.0" +DEPEND="virtual/glibc sys-devel/perl nls? ( sys-devel/gettext ) + >=net-im/licq-1.0.2 gnome? ( >=gnome-base/gnome-core-1.4.0.4 ) + >=x11-libs/gtk+-1.2.0 + spell? ( >=app-text/pspell-0.11.2 )" RDEPEND="virtual/glibc >=net-im/licq-1.0.2 - >=x11-libs/gtk+-1.2.0 - gnome? ( gnome-base/gnome-core )" + >=x11-libs/gtk+-1.2.0 gnome? ( >=gnome-base/gnome-core-1.4.0.4 ) + spell? ( >=app-text/pspell-0.11.2 )" -src_compile() { +src_compile() { local myconf local myprefix myprefix="/opt/gnome" @@ -25,6 +26,9 @@ src_compile() { myconf="--disable-gnome" myprefix="/usr/X11R6" fi + if [ -z "`use spell`" ] ; then + myconf="$myconf --disable-pspell" + fi if [ -z "`use nls`" ] then myconf="${myconf} --disable-nls" @@ -36,8 +40,8 @@ src_compile() { src_install() { local myprefix - myprefix="opt/gnome" - if [ -z "`use gnome`"] + myprefix="opt/gnome" + if [ -z "`use gnome`" ] then myprefix="usr/X11R6" fi |