git: dd12566aaa55 - main - mail/sqwebmail: add missing dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 14 Oct 2023 17:42:12 UTC
The branch main has been updated by oliver: URL: https://cgit.FreeBSD.org/ports/commit/?id=dd12566aaa553ce0d7e282f723a32183d44af8b9 commit dd12566aaa553ce0d7e282f723a32183d44af8b9 Author: Oliver Lehmann <oliver@FreeBSD.org> AuthorDate: 2023-10-14 17:40:50 +0000 Commit: Oliver Lehmann <oliver@FreeBSD.org> CommitDate: 2023-10-14 17:41:58 +0000 mail/sqwebmail: add missing dependency --- mail/sqwebmail/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index 7a9f1c9482f2..9461d46e96e2 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -14,7 +14,8 @@ BUILD_DEPENDS= courierauthconfig:security/courier-authlib-base \ RUN_DEPENDS= courierauthconfig:security/courier-authlib-base \ gpg:security/gnupg LIB_DEPENDS= libpcre.so:devel/pcre \ - libcourier-unicode.so:devel/courier-unicode + libcourier-unicode.so:devel/courier-unicode \ + libidn2.so:dns/libidn2 CFLAGS:= -I${LOCALBASE}/include -L${LOCALBASE}/lib ${CFLAGS:S/^[:space:]*//} CXXFLAGS:= -I${LOCALBASE}/include ${CXXFLAGS:S/^[:space:]*//}