diff options
author | truckman <truckman@FreeBSD.org> | 2017-09-29 17:07:40 +0800 |
---|---|---|
committer | truckman <truckman@FreeBSD.org> | 2017-09-29 17:07:40 +0800 |
commit | e66a9f81d60e2f1d9a40c384e857c0025e7e4eb1 (patch) | |
tree | 0d08e238eeb97b467c3314b680dce0840424f1f0 /java/Makefile | |
parent | 9eccc8472eb48e5aea524eb9dd41e611e6940c26 (diff) | |
download | freebsd-ports-gnome-e66a9f81d60e2f1d9a40c384e857c0025e7e4eb1.tar.gz freebsd-ports-gnome-e66a9f81d60e2f1d9a40c384e857c0025e7e4eb1.tar.zst freebsd-ports-gnome-e66a9f81d60e2f1d9a40c384e857c0025e7e4eb1.zip |
New port jakarta-commons-lang3.
This is a repo-copy of jakarta-commons-lang, updated to revision 3.4.
It can co-exist with jakarta-commons-lang. The newest version upstream
is actually 3.6, but support for using apache-ant to build was dropped
between 3.4 and 3.5. Apache OpenOffice 4.2.0 will require 3.3+.
Add NO_ARCH.
Modernize by using option helpers.
Get rid of the JDK_API!= stuff, which looks like it no longer did
anything useful.
Diffstat (limited to 'java/Makefile')
-rw-r--r-- | java/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index df73b87ef9b8..54a8f6c36514 100644 --- a/java/Makefile +++ b/java/Makefile @@ -49,6 +49,7 @@ SUBDIR += jakarta-commons-discovery SUBDIR += jakarta-commons-httpclient SUBDIR += jakarta-commons-lang + SUBDIR += jakarta-commons-lang3 SUBDIR += jakarta-commons-logging SUBDIR += jakarta-commons-pool SUBDIR += jakarta-commons-primitives |