diff options
Diffstat (limited to 'sci-biology/transfac')
-rw-r--r-- | sci-biology/transfac/transfac-3.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-biology/transfac/transfac-3.2.ebuild b/sci-biology/transfac/transfac-3.2.ebuild index c6f930986f7a..3ac467b35890 100644 --- a/sci-biology/transfac/transfac-3.2.ebuild +++ b/sci-biology/transfac/transfac-3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/transfac/transfac-3.2.ebuild,v 1.5 2005/02/23 04:26:01 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/transfac/transfac-3.2.ebuild,v 1.6 2005/03/02 19:55:26 ribosome Exp $ DESCRIPTION="A database of eucaryotic transcription factors" HOMEPAGE="http://www.gene-regulation.com/pub/databases.html" @@ -13,6 +13,8 @@ IUSE="emboss minimal" # Minimal build keeps only the indexed files (if applicable) and the documentation. # The non-indexed database is not installed. +DEPEND="emboss? ( sci-biology/emboss )" + S=${WORKDIR} src_compile() { |