diff options
author | pav <pav@FreeBSD.org> | 2009-01-11 23:09:11 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-11 23:09:11 +0800 |
commit | bbd663de5c183b9087c3c106fad09247e109f4ee (patch) | |
tree | acde6da4001b81aab870439a0ad5dfb13454f038 /print | |
parent | fa259d38f3d2a287558f238fa0b2225a429700f3 (diff) | |
download | freebsd-ports-gnome-bbd663de5c183b9087c3c106fad09247e109f4ee.tar.gz freebsd-ports-gnome-bbd663de5c183b9087c3c106fad09247e109f4ee.tar.zst freebsd-ports-gnome-bbd663de5c183b9087c3c106fad09247e109f4ee.zip |
- Chase fop update in depobj
Reported by: pointyhat
Diffstat (limited to 'print')
-rw-r--r-- | print/p5-XML-ApacheFOP/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/p5-XML-ApacheFOP/Makefile b/print/p5-XML-ApacheFOP/Makefile index d4287f44bcec..fa92de660818 100644 --- a/print/p5-XML-ApacheFOP/Makefile +++ b/print/p5-XML-ApacheFOP/Makefile @@ -16,7 +16,7 @@ MAINTAINER= numisemis@yahoo.com COMMENT= Access Apache FOP from Perl to create PDF files using XSL-FO BUILD_DEPENDS= ${SITE_PERL}/Java.pm:${PORTSDIR}/devel/p5-Java \ - ${LOCALBASE}/share/fop/build/fop.jar:${PORTSDIR}/textproc/fop + ${LOCALBASE}/share/java/fop/build/fop.jar:${PORTSDIR}/textproc/fop RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |