diff options
Diffstat (limited to 'app-text/opensp/opensp-1.5.ebuild')
-rw-r--r-- | app-text/opensp/opensp-1.5.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-text/opensp/opensp-1.5.ebuild b/app-text/opensp/opensp-1.5.ebuild index 7db92c904c1e..5a858614fe04 100644 --- a/app-text/opensp/opensp-1.5.ebuild +++ b/app-text/opensp/opensp-1.5.ebuild @@ -1,17 +1,18 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/opensp/opensp-1.5.ebuild,v 1.3 2003/07/11 20:35:25 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/opensp/opensp-1.5.ebuild,v 1.4 2003/08/05 15:56:04 vapier Exp $ MY_P=${P/opensp/OpenSP} S=${WORKDIR}/${MY_P} DESCRIPTION="A free, object-oriented toolkit for SGML parsing and entity management" HOMEPAGE="http://openjade.sourceforge.net/" SRC_URI="mirror://sourceforge/openjade/${MY_P}.tar.gz" -LICENSE="as-is" +LICENSE="as-is" SLOT="0" KEYWORDS="x86" IUSE="nls" + DEPEND="nls? ( sys-devel/gettext )" PDEPEND=">=app-text/openjade-1.3.2" |