diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-01-14 23:59:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-16 15:41:55 +0000 |
commit | 598149a62fd31efcf6615d71ddeaf37ebf87f710 (patch) | |
tree | a5230b6e8738e79ca27474cbc1b20656e74da34d | |
parent | 1fac3438a8e2150424620f16f84b5e6674877ead (diff) | |
download | aports-598149a62fd31efcf6615d71ddeaf37ebf87f710.tar.bz2 aports-598149a62fd31efcf6615d71ddeaf37ebf87f710.tar.xz |
loudmouth - Minor changes
-rw-r--r-- | testing/loudmouth/APKBUILD | 7 |
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 |