Ticket #32378: Portfile.diff

File Portfile.diff, 707 bytes (added by tenomoto (Takeshi Enomoto), 12 years ago)
  • Portfile

     
    55
    66name                octave-devel
    77version             3.4.3
     8revision            1
    89conflicts           octave
    910categories          math science
    1011maintainers         michaelld openmaintainer
     
    162163# FLTK does work as of 1.3.x-r8635, so allow it as an option
    163164variant fltk description {Include FLTK for graphical front-end} {
    164165    depends_lib-append port:fltk-devel
     166    depends_run-append  port:epstool \
     167                        port:transfig \
     168                        port:pstoedit
    165169    configure.env-delete FLTK_CONFIG=no
    166170}
    167171