summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-05-18 16:54:02 +0000
committerMarinus Schraal <foser@gentoo.org>2003-05-18 16:54:02 +0000
commit8294b12d756d26474e33acd6b006e3c977605178 (patch)
tree902ef942755e61c8170e76d2964155da33c64443 /gnome-extra/gnome-pim/gnome-pim-1.4.8.ebuild
parentVersion bump to 0.9.21. (diff)
downloadgentoo-2-8294b12d756d26474e33acd6b006e3c977605178.tar.gz
gentoo-2-8294b12d756d26474e33acd6b006e3c977605178.tar.bz2
gentoo-2-8294b12d756d26474e33acd6b006e3c977605178.zip
fix possible nls problem
Diffstat (limited to 'gnome-extra/gnome-pim/gnome-pim-1.4.8.ebuild')
-rw-r--r--gnome-extra/gnome-pim/gnome-pim-1.4.8.ebuild13
1 files changed, 3 insertions, 10 deletions
diff --git a/gnome-extra/gnome-pim/gnome-pim-1.4.8.ebuild b/gnome-extra/gnome-pim/gnome-pim-1.4.8.ebuild
index 187c7024591a..4b97faa4d347 100644
--- a/gnome-extra/gnome-pim/gnome-pim-1.4.8.ebuild
+++ b/gnome-extra/gnome-pim/gnome-pim-1.4.8.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-pim/gnome-pim-1.4.8.ebuild,v 1.4 2003/02/13 12:19:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-pim/gnome-pim-1.4.8.ebuild,v 1.5 2003/05/18 16:54:02 foser Exp $
-IUSE="nls pda"
+IUSE="pda"
S=${WORKDIR}/${P}
DESCRIPTION="gnome-pim"
@@ -16,21 +16,14 @@ KEYWORDS="x86 ~sparc "
RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1"
DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )
pda? ( gnome-extra/gnome-pilot )"
src_compile() {
- local myconf
-
- if [ -z "`use nls`" ] ; then
- myconf="--disable-nls"
- fi
-
./configure --host=${CHOST} \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var/lib \
- $myconf || die
+ || die
emake || die
}