Changeset 40515 for trunk/dports


Ignore:
Timestamp:
Oct 4, 2008, 11:18:28 PM (16 years ago)
Author:
jmr@…
Message:

opendx: use x11prefix rather than hardcoding /usr/X11R6 (#15652, maintainer timeout)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/science/opendx/Portfile

    r37655 r40515  
    5757                JAVAH=/usr/bin/javah            \
    5858                JAVAP=/usr/bin/javap
    59 configure.args  --x-includes=/usr/X11R6/include \
    60                 --x-libraries=/usr/X11R6/lib    \
     59configure.args  --x-includes=${x11prefix}/include       \
     60                --x-libraries=${x11prefix}/lib  \
    6161                --with-jni-path=/System/Library/Frameworks/JavaVM.framework/Headers     \
    6262                --with-java40jar-path=${prefix}/share/java/java40.jar   \
Note: See TracChangeset for help on using the changeset viewer.