diff options
author | mat <mat@FreeBSD.org> | 2018-05-03 00:15:59 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-05-03 00:15:59 +0800 |
commit | a5666cd020cbca615d4f69babdcf7e8c72d623ef (patch) | |
tree | b5e706a2eb39306ae8d63cd79881c5f2364fad13 /mail/roundcube-mvision2 | |
parent | a4c664e4e3ec3ad143e9ff38e6ed3a964932ae98 (diff) | |
download | freebsd-ports-gnome-a5666cd020cbca615d4f69babdcf7e8c72d623ef.tar.gz freebsd-ports-gnome-a5666cd020cbca615d4f69babdcf7e8c72d623ef.tar.zst freebsd-ports-gnome-a5666cd020cbca615d4f69babdcf7e8c72d623ef.zip |
flavorize mail/roundcube and plugins.
PR: 227715
Submitted by: mat
Approved by: maintainers
Sponsored by: Absolight
Diffstat (limited to 'mail/roundcube-mvision2')
-rw-r--r-- | mail/roundcube-mvision2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/roundcube-mvision2/Makefile b/mail/roundcube-mvision2/Makefile index f25759b41437..a27834036c4c 100644 --- a/mail/roundcube-mvision2/Makefile +++ b/mail/roundcube-mvision2/Makefile @@ -8,12 +8,14 @@ CATEGORIES= mail MASTER_SITES= http://roundcubethemes.net/downloads/ \ ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/ PKGNAMEPREFIX= roundcube- +PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Theme for RoundCube Web Mail -RUN_DEPENDS= roundcube>=0.2:mail/roundcube +RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=0.2:mail/roundcube@${PHP_FLAVOR} +USES= php:flavors NO_BUILD= yes NO_ARCH= yes |