diff options
author | Alex Dupre <ale@FreeBSD.org> | 2019-12-30 17:15:29 +0800 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2019-12-30 17:15:29 +0800 |
commit | 948a28f6b6f0d035c764e9e3d63f1c4a88f776b5 (patch) | |
tree | 1d63bbbaeb612909f6da0728bd54d8d719025329 /editors/libreoffice | |
parent | 8e26bea24633da7abe4e97acc2e3413595bdc585 (diff) | |
download | freebsd-ports-gnome-948a28f6b6f0d035c764e9e3d63f1c4a88f776b5.tar.gz freebsd-ports-gnome-948a28f6b6f0d035c764e9e3d63f1c4a88f776b5.tar.zst freebsd-ports-gnome-948a28f6b6f0d035c764e9e3d63f1c4a88f776b5.zip |
Rename my jakarta- ports to apache-
Diffstat (limited to 'editors/libreoffice')
-rw-r--r-- | editors/libreoffice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 4fd545fcaae5..9bbcc25c29ef 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -157,8 +157,8 @@ GTK3_USES= ${GTK_USES} 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-codec.jar:java/apache-commons-codec \ + ${JAVAJARDIR}/commons-httpclient.jar:java/apache-commons-httpclient \ ${JAVAJARDIR}/commons-lang.jar:java/apache-commons-lang \ ${JAVAJARDIR}/commons-logging.jar:java/apache-commons-logging \ ${JAVAJARDIR}/junit.jar:java/junit \ |