aboutsummaryrefslogtreecommitdiff
path: root/mail/roundcube-html5_notifier
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-05-02 16:15:59 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-05-02 16:15:59 +0000
commit347bcbe270c56aa919c82cb9bbd5816c642c7f79 (patch)
treeb5e706a2eb39306ae8d63cd79881c5f2364fad13 /mail/roundcube-html5_notifier
parentbe6901feb18a14daca6823beedec65a23d5e07f4 (diff)
downloadports-347bcbe270c56aa919c82cb9bbd5816c642c7f79.tar.gz
ports-347bcbe270c56aa919c82cb9bbd5816c642c7f79.zip
flavorize mail/roundcube and plugins.
PR: 227715 Submitted by: mat Approved by: maintainers Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=468851
Diffstat (limited to 'mail/roundcube-html5_notifier')
-rw-r--r--mail/roundcube-html5_notifier/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/roundcube-html5_notifier/Makefile b/mail/roundcube-html5_notifier/Makefile
index fe9423c9e3fd..28d56c38ae00 100644
--- a/mail/roundcube-html5_notifier/Makefile
+++ b/mail/roundcube-html5_notifier/Makefile
@@ -6,15 +6,17 @@ PORTVERSION= 0.6.2
DISTVERSIONPREFIX= v
CATEGORIES= mail
PKGNAMEPREFIX= roundcube-
+PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
MAINTAINER= meta@FreeBSD.org
COMMENT= HTML5 desktop notifier plugin for roundcube
LICENSE= GPLv3
-RUN_DEPENDS= roundcube>=1.0:mail/roundcube
-BUILD_DEPENDS= roundcube>=1.0:mail/roundcube
+RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR}
+BUILD_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR}
+USES= php:flavors
USE_GITHUB= yes
GH_ACCOUNT= stremlau