summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-02-27 21:08:16 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-02-27 21:08:16 +0000
commita69e3c5baf55493790146a34ea1c4c69d885b789 (patch)
tree6e25416dc54bcc81b6d44e778a2301eb7dd6cf9b /testing
parent67034ef7def98088185d57c32112420aad21c8e3 (diff)
downloadaports-a69e3c5baf55493790146a34ea1c4c69d885b789.tar.bz2
aports-a69e3c5baf55493790146a34ea1c4c69d885b789.tar.xz
testing/atheme-services: rebuild against system libmowgli
and enable pcre
Diffstat (limited to 'testing')
-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
}