diff options
author | Robert Coie <rac@gentoo.org> | 2003-07-08 19:13:30 +0000 |
---|---|---|
committer | Robert Coie <rac@gentoo.org> | 2003-07-08 19:13:30 +0000 |
commit | 5ef57be413da3d50fc6c67e24b13f5a81262c144 (patch) | |
tree | 00c3b9aa01dedfc910640512b5fa45ff048d3f79 /app-editors/xemacs/xemacs-21.4.12.ebuild | |
parent | Block broken glibc-2.3.1 (diff) | |
download | historical-5ef57be413da3d50fc6c67e24b13f5a81262c144.tar.gz historical-5ef57be413da3d50fc6c67e24b13f5a81262c144.tar.bz2 historical-5ef57be413da3d50fc6c67e24b13f5a81262c144.zip |
fix bug 22652
Diffstat (limited to 'app-editors/xemacs/xemacs-21.4.12.ebuild')
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/xemacs/xemacs-21.4.12.ebuild b/app-editors/xemacs/xemacs-21.4.12.ebuild index 0d4331d75ab7..88249f349ea7 100644 --- a/app-editors/xemacs/xemacs-21.4.12.ebuild +++ b/app-editors/xemacs/xemacs-21.4.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.12.ebuild,v 1.6 2003/06/29 18:24:09 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.12.ebuild,v 1.7 2003/07/08 19:13:27 rac Exp $ IUSE="gpm postgres ldap xface nas dnd X jpeg tiff png mule motif freewnn canna athena neXt Xaw3d" @@ -110,7 +110,7 @@ src_compile() { use tiff && myconf="${myconf} --with-tiff" || myconf="${myconf} --without-tiff" - use png && mconf="${myconf} --with-png" || + use png && myconf="${myconf} --with-png" || myconf="${myconf} --without-png" use jpeg && myconf="${myconf} --with-jpeg" || myconf="${myconf} --without-jpeg" |