diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-05-03 12:42:57 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-05-03 12:42:57 +0000 |
commit | 6114ed0e2a7abc30120c447262847ec897b4634f (patch) | |
tree | cb36268371cd75a9ce3231aee0344c05869d6ce1 /mail/squirrelmail-translations | |
parent | 83f87c281899fd55afe8b42ffe9d30a38e7e9247 (diff) |
flavorize squirrelmail*
Notes
Notes:
svn path=/head/; revision=468924
Diffstat (limited to 'mail/squirrelmail-translations')
-rw-r--r-- | mail/squirrelmail-translations/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/squirrelmail-translations/Makefile b/mail/squirrelmail-translations/Makefile index 8edd0c29f964..aabba81a6c52 100644 --- a/mail/squirrelmail-translations/Makefile +++ b/mail/squirrelmail-translations/Makefile @@ -6,6 +6,7 @@ PORTVERSION= 20170705 CATEGORIES= mail www MASTER_SITES= http://snapshots.squirrelmail.org/ \ http://freebsd.uzsolt.hu/src/ +PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} DISTNAME= squirrelmail-${PORTVERSION}_0200-SVN.locales DIST_SUBDIR= squirrelmail @@ -14,9 +15,9 @@ COMMENT= NLS translations for Squirrelmail (mail/squirrelmail) LICENSE= GPLv2 -RUN_DEPENDS= squirrelmail>=${PORTVERSION}:mail/squirrelmail +RUN_DEPENDS= squirrelmail${PHP_PKGNAMESUFFIX}>=${PORTVERSION}:mail/squirrelmail@${PHP_FLAVOR} -USES= tar:bzip2 gettext +USES= tar:bzip2 gettext php:flavors WRKSRC= ${WRKDIR}/squirrelmail.locales NO_ARCH= yes PORTSCOUT= ignore:1 |