diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2020-12-16 21:45:29 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2020-12-16 21:45:29 +0000 |
commit | 47deb979dbaf7d03ee58263a623e0e94cec08119 (patch) | |
tree | fdcfb82e2dba2735e9c3da8c8bfe6fbf05de0dad /java | |
parent | devel/intellij-rubymine: Update to version 2020.2 (diff) |
devel/intellij-rubymine: pet portlint
USES= goes before USE_
Approved by: thierry (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=558245
Diffstat (limited to 'java')
-rw-r--r-- | java/intellij-rubymine/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/intellij-rubymine/Makefile b/java/intellij-rubymine/Makefile index 7747d1740f17..aca4045a07cd 100644 --- a/java/intellij-rubymine/Makefile +++ b/java/intellij-rubymine/Makefile @@ -19,10 +19,11 @@ LICENSE_PERMS= dist-mirror pkg-mirror auto-accept RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier +USES= python:run shebangfix + USE_JAVA= yes JAVA_VERSION= 1.8+ -USES= python:run shebangfix SHEBANG_FILES= bin/printenv.py bin/restart.py NO_ARCH= yes |