Changes between Initial Version and Version 1 of Ticket #56000, comment 5


Ignore:
Timestamp:
Feb 23, 2019, 6:53:29 AM (5 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56000, comment 5

    initial v1  
    33It could be being set but not read correctly. Here is my portfile's code to read this var:
    44
     5{{{
    56if {[info exists env(JAVA_HOME)]} {
    67    configure.args-append   --with-java-home="$env(JAVA_HOME)"
    78}
     9}}}