aboutsummaryrefslogtreecommitdiffstats
path: root/community/captagent
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2018-01-16 13:24:23 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2018-01-16 13:24:30 +0000
commit60fd77bcb1ccb65287c9b3c8d686e0bb0c465f6d (patch)
tree61b25545345cee42198afef05ea4d822a9efc427 /community/captagent
parent8826a3814a0317e993cf6d4fb59a17823b679198 (diff)
downloadaports-60fd77bcb1ccb65287c9b3c8d686e0bb0c465f6d.tar.bz2
aports-60fd77bcb1ccb65287c9b3c8d686e0bb0c465f6d.tar.xz
community/captagent: add missing make dependency
Add libressl-dev as a make dependency.
Diffstat (limited to 'community/captagent')
-rw-r--r--community/captagent/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/captagent/APKBUILD b/community/captagent/APKBUILD
index 45e0477880..9b8753d34a 100644
--- a/community/captagent/APKBUILD
+++ b/community/captagent/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>
pkgname=captagent
pkgver=6.3.0
-pkgrel=0
+pkgrel=1
pkgdesc="HEP Capture Agent for HOMER"
url="https://github.com/sipcapture/captagent"
arch="all"
license="GPL-3.0"
makedepends="autoconf automake bison expat-dev flex flex-dev json-c-dev
- libgcrypt-dev libpcap-dev libtool libuv-dev linux-headers"
+ libgcrypt-dev libpcap-dev libtool libuv-dev linux-headers libressl-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/sipcapture/captagent/archive/$pkgver.tar.gz
$pkgname.initd
ac-fix.patch"