diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/php5-phpmailer/APKBUILD (renamed from main/php-phpmailer/APKBUILD) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/php-phpmailer/APKBUILD b/main/php5-phpmailer/APKBUILD index 19a27a3392..e0e60c883c 100644 --- a/main/php-phpmailer/APKBUILD +++ b/main/php5-phpmailer/APKBUILD @@ -1,6 +1,7 @@ # Contributor: Timo Teräs <timo.teras@iki.fi> # Maintainer: Timo Teräs <timo.teras@iki.fi> -pkgname=php-phpmailer +_php=php5 +pkgname=${_php}-phpmailer _pkgname=PHPMailer pkgver=5.2.0 pkgrel=0 @@ -8,7 +9,7 @@ pkgdesc="PHP class for SMTP mailing" url="http://code.google.com/a/apache-extras.org/p/phpmailer/" arch="noarch" license="LGPL" -depends="php>=5" +depends="$_php" depends_dev= makedepends="$depends_dev" install="" |