Date: Wed, 16 Dec 2020 21:45:29 +0000 (UTC) From: "Pedro F. Giffuni" <pfg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558245 - head/java/intellij-rubymine Message-ID: <202012162145.0BGLjT4u047025@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pfg Date: Wed Dec 16 21:45:29 2020 New Revision: 558245 URL: https://svnweb.freebsd.org/changeset/ports/558245 Log: devel/intellij-rubymine: pet portlint USES= goes before USE_ Approved by: thierry (mentor, implicit) Modified: head/java/intellij-rubymine/Makefile Modified: head/java/intellij-rubymine/Makefile ============================================================================== --- head/java/intellij-rubymine/Makefile Wed Dec 16 21:39:19 2020 (r558244) +++ head/java/intellij-rubymine/Makefile Wed Dec 16 21:45:29 2020 (r558245) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012162145.0BGLjT4u047025>