diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/pdfbox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/pdfbox/Makefile b/print/pdfbox/Makefile index d479dfe3d9ac..27fd26a7f07c 100644 --- a/print/pdfbox/Makefile +++ b/print/pdfbox/Makefile @@ -13,7 +13,7 @@ COMMENT= Java tool for working with PDF documents LICENSE= APACHE20 -RUN_DEPENDS= ${JAVAJARDIR}/bcmail.jar:java/bouncycastle \ +RUN_DEPENDS= ${JAVALIBDIR}/bcmail.jar:java/bouncycastle \ ${JAVALIBDIR}/commons-logging.jar:java/jakarta-commons-logging JAR_NAMES= pdfbox fontbox jempbox preflight xmpbox |