diff options
author | mat <mat@FreeBSD.org> | 2017-01-14 00:54:55 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-01-14 00:54:55 +0800 |
commit | 7213ad9c4b6b590c338dd41e8ecbd08674020987 (patch) | |
tree | 545ac8faaf58a17f5075028cc7de936c43e387a2 /print | |
parent | 280c6e4b964d25005485b5668428262f0a8f4ab4 (diff) | |
download | freebsd-ports-gnome-7213ad9c4b6b590c338dd41e8ecbd08674020987.tar.gz freebsd-ports-gnome-7213ad9c4b6b590c338dd41e8ecbd08674020987.tar.zst freebsd-ports-gnome-7213ad9c4b6b590c338dd41e8ecbd08674020987.zip |
Fix ports using PREFIX in their depends instead of LOCALBASE.
With hat: portmgr
Sponsored by: Absolight
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 |