aboutsummaryrefslogtreecommitdiffstats
path: root/extra/postfix
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-06-05 17:41:43 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-06-05 17:41:43 +0000
commit5992419f0844c922199ee3fed192076fec3d3bb1 (patch)
tree6536a650afc908722e93420ddce21fd20b0d96c4 /extra/postfix
parent117ad9672f36e31ae3e0336b466aa8ff828f9d26 (diff)
downloadaports-5992419f0844c922199ee3fed192076fec3d3bb1.tar.bz2
aports-5992419f0844c922199ee3fed192076fec3d3bb1.tar.xz
extra/postfix: added perl to makedepends
Diffstat (limited to 'extra/postfix')
-rw-r--r--extra/postfix/APKBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/extra/postfix/APKBUILD b/extra/postfix/APKBUILD
index a0a83f46f7..07431f5f58 100644
--- a/extra/postfix/APKBUILD
+++ b/extra/postfix/APKBUILD
@@ -5,8 +5,8 @@ pkgrel=0
pkgdesc="Secure and fast drop-in replacement for Sendmail (MTA)"
url="http://www.postfix.org/"
license="IPL-1"
-depends="db pcre openssl libsasl"
-makedepends="db-dev pcre-dev openssl-dev postgresql-dev mysql-dev openldap-dev cyrus-sasl-dev"
+depends=
+makedepends="db-dev pcre-dev openssl-dev postgresql-dev mysql-dev openldap-dev cyrus-sasl-dev perl"
install="$pkgname.pre-install $pkgname.post-install"
subpackages="$pkgname-doc $pkgname-ldap $pkgname-mysql $pkgname-pcre
$pkgname-pgsql"
@@ -121,17 +121,17 @@ _mv_dict() {
local m=$1
shift
pkgdesc="$m map support for postfix"
- depends="postfix uclibc $@"
+ depends=
install="postfix-${m}.post-install"
mkdir -p "$subpkgdir"/usr/lib/postfix
mv "$pkgdir"/usr/lib/postfix/dict_${m}.so \
"$subpkgdir"/usr/lib/postfix/
}
-ldap() { _mv_dict ldap libldap; }
-mysql() { _mv_dict mysql libmysqlclient;}
-pcre() { _mv_dict pcre pcre; }
-pgsql() { _mv_dict pgsql libpq; }
+ldap() { _mv_dict ldap ; }
+mysql() { _mv_dict mysql ;}
+pcre() { _mv_dict pcre ; }
+pgsql() { _mv_dict pgsql ; }
md5sums="737bbc245da9c72c174893397f70ae86 postfix-2.6.1.tar.gz
8416354d402f3be288fa98b60af86240 postfix.initd