summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/jwhois/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/jwhois/APKBUILD b/main/jwhois/APKBUILD
index d2fbc460c..78b562b84 100644
--- a/main/jwhois/APKBUILD
+++ b/main/jwhois/APKBUILD
@@ -1,12 +1,12 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=jwhois
pkgver=4.0
-pkgrel=1
+pkgrel=2
pkgdesc="WHOIS/RWHOIS client"
url="http://www.gnu.org/software/jwhois/"
license="GPL"
depends=
-makedepends="libiconv-dev autoconf automake libtool"
+makedepends="libiconv-dev autoconf automake libtool gdbm-dev"
install=
subpackages="$pkgname-doc"
source="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz
@@ -28,6 +28,7 @@ build() {
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--disable-nls \
+ --with-cache \
|| return 1
make || return 1
}