diff options
Diffstat (limited to 'app-cdr/gcombust/gcombust-0.1.54.ebuild')
-rw-r--r-- | app-cdr/gcombust/gcombust-0.1.54.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-cdr/gcombust/gcombust-0.1.54.ebuild b/app-cdr/gcombust/gcombust-0.1.54.ebuild index e238f2ba5bca..c3ec0fb88c15 100644 --- a/app-cdr/gcombust/gcombust-0.1.54.ebuild +++ b/app-cdr/gcombust/gcombust-0.1.54.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/app-cdr/gcombust/gcombust-0.1.54.ebuild,v 1.6 2004/03/12 11:50:04 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcombust/gcombust-0.1.54.ebuild,v 1.7 2004/05/31 20:14:54 vapier Exp $ DESCRIPTION="A GUI for mkisofs/mkhybrid/cdda2wav/cdrecord/cdlabelgen." HOMEPAGE="http://www.abo.fi/~jmunsin/gcombust/" @@ -13,14 +13,13 @@ IUSE="nls" DEPEND="=x11-libs/gtk+-1.2* nls? ( sys-devel/gettext )" - RDEPEND="${DEPEND} app-cdr/cdrtools" src_compile() { local myconf - if [ -z "`use nls`" ] + if ! use nls then myconf="${myconf} --disable-nls" touch intl/libintl.h @@ -38,6 +37,6 @@ src_compile() { src_install() { make prefix=${D}/usr install || die - dodoc ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS README THANKS TODO + dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS TODO dohtml -a shtml FAQ.shtml } |