diff options
author | Alex Dupre <ale@FreeBSD.org> | 2019-12-30 09:15:29 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2019-12-30 09:15:29 +0000 |
commit | 948a28f6b6f0d035c764e9e3d63f1c4a88f776b5 (patch) | |
tree | 1d63bbbaeb612909f6da0728bd54d8d719025329 /editors/openoffice-4/Makefile | |
parent | 8e26bea24633da7abe4e97acc2e3413595bdc585 (diff) | |
download | ports-948a28f6b6f0d035c764e9e3d63f1c4a88f776b5.tar.gz ports-948a28f6b6f0d035c764e9e3d63f1c4a88f776b5.zip |
Notes
Diffstat (limited to 'editors/openoffice-4/Makefile')
-rw-r--r-- | editors/openoffice-4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index 9c09cfe84010..617725b9803d 100644 --- a/editors/openoffice-4/Makefile +++ b/editors/openoffice-4/Makefile @@ -181,8 +181,8 @@ WIKI_PUBLISHER_CONFIGURE_WITH= \ commons-httpclient-jar=${JAVALIBDIR}/commons-httpclient.jar \ commons-logging-jar=${JAVALIBDIR}/commons-logging.jar WIKI_PUBLISHER_JAR_DEPENDS= \ - ${JAVALIBDIR}/commons-codec.jar:java/jakarta-commons-codec \ - ${JAVALIBDIR}/commons-httpclient.jar:java/jakarta-commons-httpclient \ + ${JAVALIBDIR}/commons-codec.jar:java/apache-commons-codec \ + ${JAVALIBDIR}/commons-httpclient.jar:java/apache-commons-httpclient \ ${JAVALIBDIR}/commons-logging.jar:java/apache-commons-logging WIKI_PUBLISHER_BUILD_DEPENDS= ${WIKI_PUBLISHER_JAR_DEPENDS} WIKI_PUBLISHER_RUN_DEPENDS= ${WIKI_PUBLISHER_JAR_DEPENDS} |