Date: Wed, 8 Jun 2022 14:13:50 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e06d74dcb627 - main - pidgin: fix last minute typo Message-ID: <202206081413.258EDod5058709@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=e06d74dcb62730016765078b85bfae6e8fd5455c commit e06d74dcb62730016765078b85bfae6e8fd5455c Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2022-06-08 14:13:32 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2022-06-08 14:13:32 +0000 pidgin: fix last minute typo --- net-im/pidgin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile index b565a5a00b52..1236635be57b 100644 --- a/net-im/pidgin/Makefile +++ b/net-im/pidgin/Makefile @@ -25,7 +25,7 @@ USE_XORG= xscrnsaver sm CONFIGURE_ARGS= --disable-consoleui \ --disable-nm \ --enable-screensaver \ - --disable-schemas-install + --disable-schemas-install \ --with-dynamic_prpls=${PRPL_MODULES:S/,$//} post-install-PERL-on:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206081413.258EDod5058709>