diff options
author | 2002-05-21 22:54:44 +0000 | |
---|---|---|
committer | 2002-05-21 22:54:44 +0000 | |
commit | d3753eebc51198461376b2b277b1020feaeef20e (patch) | |
tree | 401bd4e157bb69b116635826c238d46e54e908f2 /app-editors/xemacs | |
parent | Initial ebuild for optional X via GTK+/GNOME. (diff) | |
download | gentoo-2-d3753eebc51198461376b2b277b1020feaeef20e.tar.gz gentoo-2-d3753eebc51198461376b2b277b1020feaeef20e.tar.bz2 gentoo-2-d3753eebc51198461376b2b277b1020feaeef20e.zip |
virtual/xemacs type-o
Diffstat (limited to 'app-editors/xemacs')
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.8.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-editors/xemacs/xemacs-21.4.8.ebuild b/app-editors/xemacs/xemacs-21.4.8.ebuild index 596fbd12bbd8..ad662ff102e7 100644 --- a/app-editors/xemacs/xemacs-21.4.8.ebuild +++ b/app-editors/xemacs/xemacs-21.4.8.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Matthew Kennedy <mkennedy@gentoo.org> # Author: Geert Bevin <gbevin@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.8.ebuild,v 1.2 2002/05/20 18:58:01 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.8.ebuild,v 1.3 2002/05/21 22:54:44 mkennedy Exp $ # this is just TEMPORARY until we can get to the core of the problem SANDBOX_DISABLED="1" @@ -23,6 +23,8 @@ HOMEPAGE="http://www.xemacs.org" SLOT="" RDEPEND="virtual/glibc + !virtual/xemacs + >=sys-libs/gdbm-1.8.0 >=sys-libs/zlib-1.1.4 >=dev-libs/openssl-0.9.6 @@ -43,8 +45,7 @@ RDEPEND="virtual/glibc jpeg? ( media-libs/jpeg )" DEPEND="${RDEPEND} - >=sys-libs/ncurses-5.2 - !virtual/xemacs" + >=sys-libs/ncurses-5.2" PROVIDE="virtual/xemacs" @@ -60,7 +61,7 @@ src_compile() { if use X; then - myconf="${myconf} + myconf="${myconf} --with-x --with-xpm --with-dragndrop |