summaryrefslogtreecommitdiffstats
path: root/main/gdnsd/APKBUILD
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2012-06-01 08:34:11 +0300
committerTimo Teräs <timo.teras@iki.fi>2012-06-01 08:34:11 +0300
commit1c5eeb6a33ab593e22a43bb7b36fe3e1021bf731 (patch)
treefba8f87a6820c9aaf4b276e4cb537ea6ff509312 /main/gdnsd/APKBUILD
parentb7a63d57d6f6bfa7d6348e4442521503cc5740a5 (diff)
downloadaports-1c5eeb6a33ab593e22a43bb7b36fe3e1021bf731.tar.bz2
aports-1c5eeb6a33ab593e22a43bb7b36fe3e1021bf731.tar.xz
main/gdnsd: build fix (regenerate autotools)
... since our patch touches the Makefile.am
Diffstat (limited to 'main/gdnsd/APKBUILD')
-rw-r--r--main/gdnsd/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/gdnsd/APKBUILD b/main/gdnsd/APKBUILD
index 16e3b77c3..707144100 100644
--- a/main/gdnsd/APKBUILD
+++ b/main/gdnsd/APKBUILD
@@ -9,7 +9,7 @@ arch="all"
license="GPL-3"
depends=""
depends_dev=""
-makedepends="libev-dev libcap-dev"
+makedepends="libev-dev libcap-dev autoconf automake"
install="$pkgname.pre-install"
subpackages="$pkgname-dev $pkgname-doc"
source="http://gdnsd.googlecode.com/files/gdnsd-$pkgver.tar.xz
@@ -31,6 +31,7 @@ prepare() {
build() {
cd "$_builddir"
+ autoreconf
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \