1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

mail/dovecot-pigeonhole: fix default deps

- fix default deps.
This commit is contained in:
Larry Rosenman
2025-01-11 15:17:52 -06:00
parent e16a8f7d71
commit 3844809a01
+3 -4
View File
@@ -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