From 805d4cdd48200d9bced3a5e41eed08f008d913f4 Mon Sep 17 00:00:00 2001 From: Kozlov Dmitry Date: Tue, 12 Oct 2010 16:16:04 +0400 Subject: ctrl: implemented L2TPv2 server (without IPsec) --- contrib/gentoo/net-dialup/accel-pptp/accel-pptp-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/gentoo/net-dialup/accel-pptp/accel-pptp-9999.ebuild b/contrib/gentoo/net-dialup/accel-pptp/accel-pptp-9999.ebuild index 2c30a60..06ae2b8 100644 --- a/contrib/gentoo/net-dialup/accel-pptp/accel-pptp-9999.ebuild +++ b/contrib/gentoo/net-dialup/accel-pptp/accel-pptp-9999.ebuild @@ -18,9 +18,11 @@ IUSE="postgres debug" DEPEND="dev-libs/openssl dev-libs/libaio + dev-libs/libnl postgres? ( >=dev-db/postgresql-base-8.1 )" -RDEPEND="virtual/modutils" +RDEPEND="$DEPEND + virtual/modutils" BUILD_TARGETS="default" BUILD_PARAMS="KDIR=${KERNEL_DIR}" -- cgit v1.2.3