git: cf1a12c82856 - main - databases/postgresql17-docs: Remove build dependency on fop
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Oct 2024 08:32:39 UTC
The branch main has been updated by girgen:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cf1a12c828566036fa220e87e539394475be69cc
commit cf1a12c828566036fa220e87e539394475be69cc
Author: Palle Girgensohn <girgen@FreeBSD.org>
AuthorDate: 2024-10-09 08:31:22 +0000
Commit: Palle Girgensohn <girgen@FreeBSD.org>
CommitDate: 2024-10-09 08:31:59 +0000
databases/postgresql17-docs: Remove build dependency on fop
It is only required when building PDF, which we don't.
PR: 281814
---
databases/postgresql17-docs/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/databases/postgresql17-docs/Makefile b/databases/postgresql17-docs/Makefile
index 84d9f19df293..3120b52f093a 100644
--- a/databases/postgresql17-docs/Makefile
+++ b/databases/postgresql17-docs/Makefile
@@ -18,7 +18,6 @@ PGDOCSDIR?= ${PREFIX}/${PGDOCSREL}
BUILD_DEPENDS+= docbook-xml>0:textproc/docbook-xml \
docbook-xsl>=0:textproc/docbook-xsl \
- fop:textproc/fop \
xmllint:textproc/libxml2 \
xsltproc:textproc/libxslt