diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2019-10-07 19:00:33 +0800 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2019-10-07 19:00:33 +0800 |
commit | 035c2b274993b0faf89ddb2e826a430f4a88a5d0 (patch) | |
tree | cd8911853a4a56fa2f7c6b3435b4e780f217e284 /editors/libreoffice | |
parent | 7d1b898b7eb9f7ee85d12efabad1100b29d55eb8 (diff) | |
download | freebsd-ports-gnome-035c2b274993b0faf89ddb2e826a430f4a88a5d0.tar.gz freebsd-ports-gnome-035c2b274993b0faf89ddb2e826a430f4a88a5d0.tar.zst freebsd-ports-gnome-035c2b274993b0faf89ddb2e826a430f4a88a5d0.zip |
Fix dependencies after r513899
PR: 241110
Approved by: thierry (mentor)(implicit)
Diffstat (limited to 'editors/libreoffice')
-rw-r--r-- | editors/libreoffice/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 794c7ff1c02c..3302f4a6910e 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -1,5 +1,5 @@ # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 3 .include "${.CURDIR}/Makefile.common" @@ -160,8 +160,8 @@ GTK3_VARS= ${GTK_VARS} JAVA_BUILD_DEPENDS= ant:devel/apache-ant \ ${JAVAJARDIR}/commons-codec.jar:java/jakarta-commons-codec \ ${JAVAJARDIR}/commons-httpclient.jar:java/jakarta-commons-httpclient \ - ${JAVAJARDIR}/commons-lang.jar:java/jakarta-commons-lang \ - ${JAVAJARDIR}/commons-logging.jar:java/jakarta-commons-logging \ + ${JAVAJARDIR}/commons-lang.jar:java/apache-commons-lang \ + ${JAVAJARDIR}/commons-logging.jar:java/apache-commons-logging \ ${JAVAJARDIR}/junit.jar:java/junit \ ${JAVAJARDIR}/bsh.jar:lang/bsh JAVA_CATEGORIES= java |