git: b8d8c841d513 - main - devel/glade: unbreak build after 213dc1f95def (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Mar 2022 08:44:23 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=b8d8c841d513e1235ac12c930681fcb1d49356b1 commit b8d8c841d513e1235ac12c930681fcb1d49356b1 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-03-16 08:41:04 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-03-16 08:44:17 +0000 devel/glade: unbreak build after 213dc1f95def (+) Glade depends on docbooks-xsl to build docs. Previously build dependency was pulled via rarian which was eliminated in 213dc1f95def With hat: desktop Pointyhat to: bapt Sponsored by: Netzkommune GmbH --- devel/glade/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/glade/Makefile b/devel/glade/Makefile index 441de7fc81b5..a1534d7f4ddc 100644 --- a/devel/glade/Makefile +++ b/devel/glade/Makefile @@ -19,7 +19,8 @@ LICENSE_COMB= multi LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING.GPL LICENSE_FILE_LGPL21+ = ${WRKSRC}/COPYING.LGPL -BUILD_DEPENDS= itstool:textproc/itstool +BUILD_DEPENDS= itstool:textproc/itstool \ + docbook-xsl>=0:textproc/docbook-xsl CONFLICTS= glade3-3.* PORTSCOUT= limitw:1,even