mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
mail/dovecot-pigeonhole: fix default deps
- fix default deps.
This commit is contained in:
parent
e16a8f7d71
commit
3844809a01
1 changed files with 3 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= dovecot-pigeonhole
|
||||
DISTVERSION= 0.5.21.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= https://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/
|
||||
DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION}
|
||||
|
@ -15,10 +16,8 @@ FLAVORS= default mysql pgsql
|
|||
FLAVOR?= ${FLAVORS[1]}
|
||||
mysql_PKGNAMESUFFIX= -mysql
|
||||
pgsql_PKGNAMESUFFIX= -pgsql
|
||||
.if ${FLAVOR:U} == default
|
||||
BUILD_DEPENDS= dovecot>=2.3.9:mail/dovecot
|
||||
RUN_DEPENDS= dovecot>=2.3.9:mail/dovecot
|
||||
.endif
|
||||
BUILD_DEPENDS= dovecot>=2.3.9:mail/dovecot@default
|
||||
RUN_DEPENDS= dovecot>=2.3.9:mail/dovecot@default
|
||||
.if ${FLAVOR:U} == mysql
|
||||
BUILD_DEPENDS= dovecot-mysql>=2.3.9:mail/dovecot@mysql
|
||||
RUN_DEPENDS= dovecot-mysql>=2.3.9:mail/dovecot@mysql
|
||||
|
|
Loading…
Add table
Reference in a new issue