git: fb85e6b9c4c7 - main - print/pdfbox: Fix dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 31 Dec 2024 14:43:40 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fb85e6b9c4c7f75fe0381752a6606b28deb88dcd
commit fb85e6b9c4c7f75fe0381752a6606b28deb88dcd
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-12-31 14:42:43 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-12-31 14:42:43 +0000
print/pdfbox: Fix dependency
After moving bouncycastle15 to bouncycastle fix dependency.
Approved by: portmgr (just-fix-it)
---
print/pdfbox/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/print/pdfbox/Makefile b/print/pdfbox/Makefile
index 7b6d2a3c3ca7..e6a33d9779ff 100644
--- a/print/pdfbox/Makefile
+++ b/print/pdfbox/Makefile
@@ -12,7 +12,7 @@ WWW= https://pdfbox.apache.org/
LICENSE= APACHE20
-RUN_DEPENDS= ${JAVALIBDIR}/bcmail.jar:java/bouncycastle15 \
+RUN_DEPENDS= ${JAVALIBDIR}/bcmail.jar:java/bouncycastle \
${JAVALIBDIR}/commons-logging.jar:java/apache-commons-logging \
${JAVALIBDIR}/commons-io.jar:devel/apache-commons-io