diff options
Diffstat (limited to 'dev-cpp/sptk/sptk-3.0.6.ebuild')
-rw-r--r-- | dev-cpp/sptk/sptk-3.0.6.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-cpp/sptk/sptk-3.0.6.ebuild b/dev-cpp/sptk/sptk-3.0.6.ebuild index 5de939b316ef..80d9d5f7828b 100644 --- a/dev-cpp/sptk/sptk-3.0.6.ebuild +++ b/dev-cpp/sptk/sptk-3.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.0.6.ebuild,v 1.3 2008/02/26 13:09:58 iluxa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.0.6.ebuild,v 1.4 2008/05/26 02:37:35 halcy0n Exp $ inherit autotools @@ -14,8 +14,10 @@ SLOT="3" LICENSE="|| ( FLTK GPL-2 )" KEYWORDS="~amd64 ~mips ~ppc ~sparc x86" -DEPEND="fltk? ( x11-libs/fltk ) - odbc? ( >=dev-db/unixODBC-2.2.6 ) +RDEPEND="fltk? ( x11-libs/fltk ) + odbc? ( >=dev-db/unixODBC-2.2.6 )" + +DEPEND="${RDEPEND} doc? ( app-doc/doxygen )" src_unpack() { |