diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-09 08:28:34 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-09 08:28:34 +0000 |
commit | 97a1e0bd2a7ce3ae41256c97867e4b47406de4bb (patch) | |
tree | 0bd10b0325f5e2c5731c3dba4bcf35c687899277 /editors/jedit/Makefile | |
parent | - Drop @dirrm* from plist (diff) |
- Add CPE info
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=385869
Diffstat (limited to 'editors/jedit/Makefile')
-rw-r--r-- | editors/jedit/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/jedit/Makefile b/editors/jedit/Makefile index d28d02509a0e..20837d4b6115 100644 --- a/editors/jedit/Makefile +++ b/editors/jedit/Makefile @@ -20,6 +20,8 @@ MACROS_DESC= Install default set of macros (highly recommended) OPTIONS_DEFAULT= MACROS OPTIONS_SUB= yes +USES= cpe + USE_JAVA= yes JAVA_VERSION= 1.6+ |