diff options
Diffstat (limited to 'www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild')
-rw-r--r-- | www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild b/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild index fd453d5a9039..42b9b21b4f8b 100644 --- a/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild +++ b/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.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/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild,v 1.4 2008/01/31 17:05:33 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild,v 1.5 2008/05/19 20:39:03 dev-zero Exp $ inherit eutils apache-module autotools @@ -15,7 +15,7 @@ IUSE="ldap mysql postgres" DEPEND="ldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) - postgres? ( dev-db/postgresql )" + postgres? ( virtual/postgresql-server )" RDEPEND="${DEPEND}" APACHE2_MOD_FILE="mod_auth_nufw.so" |