summaryrefslogtreecommitdiffstats
path: root/testing/atheme-services/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/atheme-services/APKBUILD')
-rw-r--r--testing/atheme-services/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/atheme-services/APKBUILD b/testing/atheme-services/APKBUILD
index 6a4e99fca..3f086f0e7 100644
--- a/testing/atheme-services/APKBUILD
+++ b/testing/atheme-services/APKBUILD
@@ -1,14 +1,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=atheme-services
pkgver=7.0.5
-pkgrel=0
+pkgrel=1
pkgdesc="Atheme IRC services"
url="http://www.atheme.net/atheme.html"
arch="all"
license="BSD"
depends=""
depends_dev=""
-makedepends="$depends_dev openssl-dev pcre-dev libmowgli-dev"
+makedepends="$depends_dev openssl-dev pcre-dev libmowgli-dev>=2"
install=""
subpackages="$pkgname-dev $pkgname-doc"
source="http://www.atheme.net/downloads/atheme-services-$pkgver.tar.bz2
@@ -34,6 +34,7 @@ build() {
--localstatedir=/var \
--enable-fhs-paths \
--disable-rpath \
+ --with-pcre \
|| return 1
make || return 1
}