diff options
Diffstat (limited to 'net-libs/wvstreams/wvstreams-4.0.1.ebuild')
-rw-r--r-- | net-libs/wvstreams/wvstreams-4.0.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-libs/wvstreams/wvstreams-4.0.1.ebuild b/net-libs/wvstreams/wvstreams-4.0.1.ebuild index d1c82aa8a0ae..c57417680c9f 100644 --- a/net-libs/wvstreams/wvstreams-4.0.1.ebuild +++ b/net-libs/wvstreams/wvstreams-4.0.1.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/net-libs/wvstreams/wvstreams-4.0.1.ebuild,v 1.4 2005/02/14 17:51:33 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.0.1.ebuild,v 1.5 2005/02/17 19:59:44 mrness Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://people.nit.ca/~sfllaw/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 hppa ~ppc sparc x86" -IUSE="gtk qt oggvorbis speex fam qdbm pam slp doc fftw tcltk" +IUSE="gtk qt oggvorbis speex fam qdbm pam slp doc fftw tcltk debug" RDEPEND="virtual/libc dev-libs/xplc @@ -56,6 +56,7 @@ src_compile() { `use_with fftw` \ `use_with slp openslp` \ `use_with tcltk tcl` \ + `use_enable debug` \ --enable-verbose \ --with-bdb \ --with-openssl \ |