summaryrefslogtreecommitdiff
path: root/contrib/gentoo/net-dialup
diff options
context:
space:
mode:
authorKozlov Dmitry <dima@server>2010-10-12 16:16:04 +0400
committerKozlov Dmitry <dima@server>2010-10-12 16:19:00 +0400
commit805d4cdd48200d9bced3a5e41eed08f008d913f4 (patch)
treecd8248ba1995161bcaccecc36ed8703c7bf6ba8e /contrib/gentoo/net-dialup
parent3313e8b52ab54c7e4a0dd8cd9cc6b3aa05b2019c (diff)
downloadaccel-ppp-805d4cdd48200d9bced3a5e41eed08f008d913f4.tar.gz
accel-ppp-805d4cdd48200d9bced3a5e41eed08f008d913f4.zip
ctrl: implemented L2TPv2 server (without IPsec)
Diffstat (limited to 'contrib/gentoo/net-dialup')
-rw-r--r--contrib/gentoo/net-dialup/accel-pptp/accel-pptp-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
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 2c30a60b..06ae2b81 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}"