diff options
Diffstat (limited to 'sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild')
-rw-r--r-- | sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild b/sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild index 987068737eaf..484145f6992e 100644 --- a/sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild +++ b/sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild,v 1.2 2008/06/19 15:16:24 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild,v 1.3 2008/10/12 11:06:08 markusle Exp $ WX_GTK_VER="2.8" EAPI="1" @@ -48,7 +48,7 @@ src_compile () { --enable-dnd \ --enable-printing \ --with-wx-config=${WX_CONFIG} \ - $(use_unicode unicode-glyphs) \ + $(use_enable unicode unicode-glyphs) \ || die "econf failed" emake || die "emake failed" |