diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-11-04 14:20:39 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-11-04 14:20:39 +0000 |
commit | 85ced959504c2f20fec06e32fc5255ebb759daae (patch) | |
tree | 145b505af1b7414d88bb3fbbb037ef8d88258ff3 /databases/jasperreports | |
parent | 8656f2dc3cc186af3e77c8ed2b9411c71fa4b19a (diff) |
Notes
Diffstat (limited to 'databases/jasperreports')
-rw-r--r-- | databases/jasperreports/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/jasperreports/Makefile b/databases/jasperreports/Makefile index 240159651312..4e708dcc287c 100644 --- a/databases/jasperreports/Makefile +++ b/databases/jasperreports/Makefile @@ -13,7 +13,7 @@ COMMENT= JasperReports is a powerful open source Java reporting tool RUN_DEPENDS= ${JAVALIBDIR}/itext.jar:${PORTSDIR}/devel/itext \ ${JAVALIBDIR}/xalan.jar:${PORTSDIR}/textproc/xalan-j \ ${JAVALIBDIR}/crimson.jar:${PORTSDIR}/textproc/crimson \ - ${JAVALIBDIR}/poi.jar:${PORTSDIR}/textproc/jakarta-poi \ + ${JAVALIBDIR}/poi.jar:${PORTSDIR}/textproc/apache-poi \ ${JAVALIBDIR}/jfreechart.jar:${PORTSDIR}/java/jfreechart \ ${JAVASHAREDIR}/batik/batik.jar:${PORTSDIR}/graphics/batik \ ${JAVALIBDIR}/commons-beanutils.jar:${PORTSDIR}/java/jakarta-commons-beanutils\ |