diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-03-26 15:41:42 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-03-26 15:41:42 +0000 |
commit | d2ef5c0aab7f5aea3081b71c97dd44288b3b534e (patch) | |
tree | 5624f6152db99b220e9447b64f1322a0679c8c15 /app-text/psgml | |
parent | *** empty log message *** (diff) | |
download | historical-d2ef5c0aab7f5aea3081b71c97dd44288b3b534e.tar.gz historical-d2ef5c0aab7f5aea3081b71c97dd44288b3b534e.tar.bz2 historical-d2ef5c0aab7f5aea3081b71c97dd44288b3b534e.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 9fa4da34099f..fca6c3352f3e 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.1 2001/03/20 10:11:44 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/psgml/psgml-1.2.2.ebuild,v 1.2 2001/03/26 15:41:42 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="virtual/emacs" +DEPEND="" src_compile() { |