From 8f6dacb00179501de6af4f3c6712bf82fd66bbc5 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Sat, 9 Sep 2017 16:44:58 +0000 Subject: community/postfixadmin: postfix can be installed in a separated machine --- community/postfixadmin/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'community/postfixadmin') diff --git a/community/postfixadmin/APKBUILD b/community/postfixadmin/APKBUILD index 88abe2697c..064b9dfa74 100644 --- a/community/postfixadmin/APKBUILD +++ b/community/postfixadmin/APKBUILD @@ -1,14 +1,15 @@ # Contributor: Sergei Lukin # Contributor: Natanael Copa # Maintainer: Natanael Copa +_php=php7 pkgname=postfixadmin pkgver=3.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="Web Based Management tool for Postfix" url="http://postfixadmin.com/" arch="noarch" license="GPL" -depends="postfix" +depends="$_php" options="!check" source="http://downloads.sourceforge.net/project/postfixadmin/postfixadmin/postfixadmin-$pkgver/postfixadmin-$pkgver.tar.gz" -- cgit v1.2.3