diff options
-rw-r--r-- | net-www/mod_auth_mysql/mod_auth_mysql-1.11.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-www/mod_auth_mysql/mod_auth_mysql-1.11.ebuild b/net-www/mod_auth_mysql/mod_auth_mysql-1.11.ebuild index 16c5c21f92a3..d8f29da5fa9a 100644 --- a/net-www/mod_auth_mysql/mod_auth_mysql-1.11.ebuild +++ b/net-www/mod_auth_mysql/mod_auth_mysql-1.11.ebuild @@ -1,14 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_mysql/mod_auth_mysql-1.11.ebuild,v 1.1 2002/11/28 20:32:10 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_mysql/mod_auth_mysql-1.11.ebuild,v 1.2 2002/11/28 20:36:07 woodchip Exp $ DESCRIPTION="Basic authentication for Apache2 using a MySQL database" HOMEPAGE="ftp://ftp.kciLink.com/pub/" S=${WORKDIR}/${P} SRC_URI="mirror://gentoo/mod_auth_mysql-1.11-gentoo.tar.bz2" -DEPEND="=dev-db/mysql-3*" -RDEPEND="${DEPEND} =net-www/apache-2*" +DEPEND="=dev-db/mysql-3* =net-www/apache-2*" LICENSE="Apache-1.1" KEYWORDS="~x86" IUSE="" |