summaryrefslogtreecommitdiffstats
path: root/testing/dma
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-10-08 21:15:29 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-10-10 12:04:47 +0000
commitbed14439c788e6a3e6300ecf92b6a335dc1bf701 (patch)
tree99ef6aa16a612f8b61b72771b87c0f924457b00f /testing/dma
parent5f0d021475f2b62d333c8b26ce63f48fcc511bf4 (diff)
testing/dma: rebuild against libressl
Diffstat (limited to 'testing/dma')
-rw-r--r--testing/dma/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/dma/APKBUILD b/testing/dma/APKBUILD
index 446645628dc..51825b2c725 100644
--- a/testing/dma/APKBUILD
+++ b/testing/dma/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=dma
pkgver=0.11
-pkgrel=2
+pkgrel=3
pkgdesc="A small Mail Transport Agent from DragonFly BSD"
url="https://github.com/corecode/dma"
arch="x86_64 x86"
license="BSD"
depends=""
depends_dev=""
-makedepends="bison flex libbsd-dev bsd-compat-headers openssl-dev"
+makedepends="bison flex libbsd-dev bsd-compat-headers libressl-dev"
install=""
options="suid"
subpackages="$pkgname-doc"