diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-03-30 07:35:24 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-03-30 07:35:24 +0000 |
commit | fea406b997fdfcee8e4fcb4dcc2daef825c0e2f1 (patch) | |
tree | b4555f778287d3362ef7c03751d93efc3b666c2e /main/bind/APKBUILD | |
parent | 2d4359cbc605cddaee36bf948fb280f0f8fbd862 (diff) | |
download | aports-fea406b997fdfcee8e4fcb4dcc2daef825c0e2f1.tar.bz2 aports-fea406b997fdfcee8e4fcb4dcc2daef825c0e2f1.tar.xz |
main/bind: build fix
needs perl to build
Diffstat (limited to 'main/bind/APKBUILD')
-rw-r--r-- | main/bind/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/bind/APKBUILD b/main/bind/APKBUILD index f56c7e879b..946af90e8a 100644 --- a/main/bind/APKBUILD +++ b/main/bind/APKBUILD @@ -9,7 +9,7 @@ pkgdesc="BIND - Berkeley Internet Name Domain - Name Server and tools" url="http://www.isc.org" license="as-is" depends= -makedepends="openssl-dev" +makedepends="openssl-dev perl" install="$pkgname.pre-install $pkgname.post-install" subpackages="$pkgname-doc $pkgname-dev $pkgname-libs $pkgname-tools" source="http://ftp.isc.org/isc/bind9/${_ver}-P${_p}/bind-${_ver}-P${_p}.tar.gz |