diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2024-09-11 21:24:01 +0100 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2024-09-11 23:07:31 +0100 |
commit | 12961e979d762fafb10aa44fdae9432d64ff032a (patch) | |
tree | 1f2ac6568168cc7b7615b235ffd955a66d59921e /editors/jedit/Makefile | |
parent | devel/p5-ExtUtils-Builder: Update 0.011 → 0.012 (diff) |
editors/jedit: Update to 5.7.0
Diffstat (limited to 'editors/jedit/Makefile')
-rw-r--r-- | editors/jedit/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/jedit/Makefile b/editors/jedit/Makefile index 4042c40079a7..7de11aed0772 100644 --- a/editors/jedit/Makefile +++ b/editors/jedit/Makefile @@ -1,6 +1,5 @@ PORTNAME= jedit -PORTVERSION= 5.6.0 -PORTREVISION= 1 +PORTVERSION= 5.7.0 PORTEPOCH= 1 CATEGORIES= editors java MASTER_SITES= SF @@ -13,14 +12,14 @@ WWW= https://jedit.sourceforge.net/ LICENSE= GPLv2 +USES= cpe xorg + OPTIONS_DEFINE= MACROS DOCS MACROS_DESC= Install default set of macros (highly recommended) OPTIONS_DEFAULT= MACROS OPTIONS_SUB= yes -USES= cpe xorg - USE_JAVA= yes JAVA_VERSION= 11+ |