diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-09-21 14:35:33 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-09-21 14:35:33 +0000 |
commit | 0869296a15ba2a147d21e4f4689bdf7fa0e8b873 (patch) | |
tree | 772ae656972806fa77fd77d05ca18efe9e2e63d1 /dev-util/dialog/dialog-0.9_beta20031207-r1.ebuild | |
parent | dep fix (Manifest recommit) (diff) | |
download | gentoo-2-0869296a15ba2a147d21e4f4689bdf7fa0e8b873.tar.gz gentoo-2-0869296a15ba2a147d21e4f4689bdf7fa0e8b873.tar.bz2 gentoo-2-0869296a15ba2a147d21e4f4689bdf7fa0e8b873.zip |
mark dialog-0.9_beta20031207-r1 x86, add dialog-1.0.20040731
Diffstat (limited to 'dev-util/dialog/dialog-0.9_beta20031207-r1.ebuild')
-rw-r--r-- | dev-util/dialog/dialog-0.9_beta20031207-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/dialog/dialog-0.9_beta20031207-r1.ebuild b/dev-util/dialog/dialog-0.9_beta20031207-r1.ebuild index 8ae5b5254540..366dc2786672 100644 --- a/dev-util/dialog/dialog-0.9_beta20031207-r1.ebuild +++ b/dev-util/dialog/dialog-0.9_beta20031207-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-0.9_beta20031207-r1.ebuild,v 1.2 2004/09/16 01:58:27 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-0.9_beta20031207-r1.ebuild,v 1.3 2004/09/21 14:35:33 lanius Exp $ inherit eutils @@ -25,7 +25,7 @@ src_unpack() { } src_compile() { - use utf8 && ncursesw="w" + use unicode && ncursesw="w" econf "--with-ncurses${ncursesw}" || die "configure failed" emake || die "build failed" } |