diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-11-15 15:46:20 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-11-15 15:51:27 +0000 |
commit | 426de282611de054874f117b38b1079a1af23f0b (patch) | |
tree | 3128d218f9e17e9af527ef77ba3f62bfc22dc31a /main/gettext | |
parent | 8ff3274076f129bf83fedaa939af1ee6f90fa8bc (diff) | |
download | aports-426de282611de054874f117b38b1079a1af23f0b.tar.bz2 aports-426de282611de054874f117b38b1079a1af23f0b.tar.xz |
main/gettext: force disable of java
Diffstat (limited to 'main/gettext')
-rw-r--r-- | main/gettext/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/gettext/APKBUILD b/main/gettext/APKBUILD index 1025aca135..f0e3132dea 100644 --- a/main/gettext/APKBUILD +++ b/main/gettext/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Carlo Landmeter <clandmeter at gmail.com> pkgname=gettext pkgver=0.18.1.1 -pkgrel=0 +pkgrel=1 pkgdesc="GNU locale utilities" url="http://www.gnu.org/software/gettext/gettext.html" license='GPL' @@ -31,6 +31,7 @@ build() { ./configure --prefix=/usr \ --mandir=/usr/share/man \ --enable-threads=posix \ + --disable-java \ --disable-static make || return 1 } |