diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-12-13 16:52:50 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-12-13 16:52:50 +0000 |
commit | 5a63e479ddc8daa2042d9a8a17daaa2a87eec412 (patch) | |
tree | 4575d24053ab9f7f09449b1bdfd7267b9a5d364a /app-editors | |
parent | *** empty log message *** (diff) | |
download | historical-5a63e479ddc8daa2042d9a8a17daaa2a87eec412.tar.gz historical-5a63e479ddc8daa2042d9a8a17daaa2a87eec412.tar.bz2 historical-5a63e479ddc8daa2042d9a8a17daaa2a87eec412.zip |
*** empty log message ***
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/nedit/nedit-5.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/nedit/nedit-5.1.1.ebuild b/app-editors/nedit/nedit-5.1.1.ebuild index d5a5ca6c364a..55e6bbf41d52 100644 --- a/app-editors/nedit/nedit-5.1.1.ebuild +++ b/app-editors/nedit/nedit-5.1.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.1.1.ebuild,v 1.2 2000/11/01 04:44:11 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.1.1.ebuild,v 1.3 2000/12/13 16:52:50 achim Exp $ A=${P}-src.tar.gz S=${WORKDIR}/${P} @@ -12,7 +12,7 @@ HOMEPAGE="http://nedit.org/" DEPEND=">=sys-libs/glibc-2.1.3 >=dev-util/yacc-1.9.1 >=x11-base/xfree-4.0.1 - >=x11-wm/openmotif-MLI-2.1.30" + >=x11-libs/openmotif-MLI-2.1.30" src_unpack() { unpack ${A} |