diff options
author | 2002-03-17 22:40:15 +0000 | |
---|---|---|
committer | 2002-03-17 22:40:15 +0000 | |
commit | 4036f47f81fd0c729e776c3400657d5d367e9645 (patch) | |
tree | 40db3c03408bd0d48469005334e0bf4571ac6173 /sys-libs/pam | |
parent | new version (diff) | |
download | historical-4036f47f81fd0c729e776c3400657d5d367e9645.tar.gz historical-4036f47f81fd0c729e776c3400657d5d367e9645.tar.bz2 historical-4036f47f81fd0c729e776c3400657d5d367e9645.zip |
update DEPEND to include glib
Diffstat (limited to 'sys-libs/pam')
-rw-r--r-- | sys-libs/pam/pam-0.75-r4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-libs/pam/pam-0.75-r4.ebuild b/sys-libs/pam/pam-0.75-r4.ebuild index 5296592505c4..ebf412be66a6 100644 --- a/sys-libs/pam/pam-0.75-r4.ebuild +++ b/sys-libs/pam/pam-0.75-r4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: System Team <system@gentoo.org> # Author: Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.75-r4.ebuild,v 1.2 2002/03/14 23:01:07 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.75-r4.ebuild,v 1.3 2002/03/17 22:40:15 azarah Exp $ S=${WORKDIR}/Linux-PAM-${PV} S2=${WORKDIR}/pam @@ -11,6 +11,7 @@ SRC_URI="http://www.kernel.org/pub/linux/libs/pam/pre/library/Linux-PAM-${PV}.ta HOMEPAGE="http://www.redhat.com/linux-info/pam/" DEPEND=">=sys-libs/cracklib-2.7-r2 + >=sys-libs/glib-1.2.10 >=sys-libs/pwdb-0.61-r3 >=sys-devel/autoconf-2.13 >=sys-devel/automake-1.4 |