diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/xl2tpd/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/xl2tpd/APKBUILD b/main/xl2tpd/APKBUILD index bdc8355901..0c6c756bb3 100644 --- a/main/xl2tpd/APKBUILD +++ b/main/xl2tpd/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xl2tpd pkgver=1.3.7 -pkgrel=0 +pkgrel=1 pkgdesc="Layer 2 Tunnelling Protocol Daemon (RFC 2661)" url="http://www.xelerance.com/services/software/xl2tpd/" arch="all" license="GPL" -depends="" +depends="ppp-daemon" depends_dev="libpcap-dev" makedepends="$depends_dev linux-headers" install="" |