diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-09 04:37:31 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-09 04:37:31 +0000 |
commit | a3e0879ea352cdda6787b3c154c76db0d539e633 (patch) | |
tree | 563e278a50c463bef84289b58075966c04b678c7 /app-text/psgml | |
parent | *** empty log message *** (diff) | |
download | historical-a3e0879ea352cdda6787b3c154c76db0d539e633.tar.gz historical-a3e0879ea352cdda6787b3c154c76db0d539e633.tar.bz2 historical-a3e0879ea352cdda6787b3c154c76db0d539e633.zip |
*** empty log message ***
Diffstat (limited to 'app-text/psgml')
-rw-r--r-- | app-text/psgml/psgml-1.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/psgml/psgml-1.2.2.ebuild b/app-text/psgml/psgml-1.2.2.ebuild index fca6c3352f3e..e8a9e4cbca07 100644 --- a/app-text/psgml/psgml-1.2.2.ebuild +++ b/app-text/psgml/psgml-1.2.2.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 Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/app-text/psgml/psgml-1.2.2.ebuild,v 1.2 2001/03/26 15:41:42 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/psgml/psgml-1.2.2.ebuild,v 1.3 2001/05/09 04:37:31 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,7 +9,7 @@ DESCRIPTION="PSGML is a GNU Emacs Major Mode for editing SGML and XML coded docu SRC_URI="http://ftp1.sourceforge.net/${PN}/${A}" HOMEPAGE="http://psgml.sourceforge.net" -DEPEND="" +DEPEND="virtual/emacs" src_compile() { |