diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-23 16:03:57 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-23 16:03:57 +0000 |
commit | 4f4e8c52c6a6c1fed51bba565374a17f5851edff (patch) | |
tree | 483be00f13808aa3e0c4d4c7653bfc969aedf7c9 /editors/jedit/Makefile | |
parent | Release 1.4.7: (diff) |
Remove explicit dependency on javavmwrapper for ports that USE_JAVA
Notes
Notes:
svn path=/head/; revision=377747
Diffstat (limited to '')
-rw-r--r-- | editors/jedit/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/jedit/Makefile b/editors/jedit/Makefile index 3e9b91ab9d69..b85e61853aa5 100644 --- a/editors/jedit/Makefile +++ b/editors/jedit/Makefile @@ -14,8 +14,6 @@ COMMENT= Powerful programmer's text editor written in Java LICENSE= GPLv2 -RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper - OPTIONS_DEFINE= MACROS DOCS MACROS_DESC= Install default set of macros (highly recommended) |