summaryrefslogtreecommitdiffstats
path: root/testing/loudmouth
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2012-01-14 23:59:32 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-01-16 15:41:55 +0000
commit598149a62fd31efcf6615d71ddeaf37ebf87f710 (patch)
treea5230b6e8738e79ca27474cbc1b20656e74da34d /testing/loudmouth
parent1fac3438a8e2150424620f16f84b5e6674877ead (diff)
downloadaports-fcolista-598149a62fd31efcf6615d71ddeaf37ebf87f710.tar.bz2
aports-fcolista-598149a62fd31efcf6615d71ddeaf37ebf87f710.tar.xz
loudmouth - Minor changes
Diffstat (limited to 'testing/loudmouth')
-rw-r--r--testing/loudmouth/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/loudmouth/APKBUILD b/testing/loudmouth/APKBUILD
index e1fdf875f9..94c0085435 100644
--- a/testing/loudmouth/APKBUILD
+++ b/testing/loudmouth/APKBUILD
@@ -8,8 +8,8 @@ url="http://groups.google.com/group/loudmouth-dev"
arch="all"
license="LGPL2+"
depends=""
-depends_dev="pkgconfig"
-makedepends="$depends_dev glib-dev gnutls-dev libidn-dev libasyncns-dev check-dev"
+depends_dev="pkgconfig glib-dev gnutls-dev libidn-dev libasyncns-dev check-dev"
+makedepends="$depends_dev"
install=""
subpackages="$pkgname-dev $pkgname-doc"
source="http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.4/${pkgname}-${pkgver}.tar.bz2
@@ -33,8 +33,9 @@ build() {
./configure \
--disable-static \
--with-asyncns=yes \
- --with-ssl=no \
+ --with-ssl=gnutls \
--prefix=/usr \
+ --with-libgnutls-prefix=/usr \
--infodir=/usr/share/info \
--localstatedir=/var \
|| return 1