diff options
Diffstat (limited to 'net-wireless/hostapd/hostapd-0.3.9.ebuild')
-rw-r--r-- | net-wireless/hostapd/hostapd-0.3.9.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-wireless/hostapd/hostapd-0.3.9.ebuild b/net-wireless/hostapd/hostapd-0.3.9.ebuild index b088dd2ec26b..4f4cfdaaf16c 100644 --- a/net-wireless/hostapd/hostapd-0.3.9.ebuild +++ b/net-wireless/hostapd/hostapd-0.3.9.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-wireless/hostapd/hostapd-0.3.9.ebuild,v 1.1 2005/06/11 09:38:17 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.3.9.ebuild,v 1.2 2005/07/08 12:26:11 brix Exp $ inherit toolchain-funcs @@ -18,6 +18,7 @@ KEYWORDS="~x86 ~ppc" IUSE="ssl" DEPEND="ssl? ( dev-libs/openssl )" +RDEPEND="${DEPEND}" src_unpack() { local CONFIG=${S}/.config |