Ticket #3835: Portfile.diff

File Portfile.diff, 1.0 KB (added by markd@…, 17 years ago)
  • Portfile

    old new  
    22
    33PortSystem 1.0
    44name            lesstif
    5 version         0.94.4
     5version         0.95.0
    66categories      x11
    77maintainers     lomion@mac.com
    88description     An Open Source implementation of OSF/Motif.
    99long_description This is an independent implementation of the Motif widget set, originally developed by the Hungry Programmers.  It has been somewhat superceded by the openMotif toolkit now that the OSF has open-sourced the original reference bits.
    1010platforms       darwin
    11 #master_sites   ftp://ftp.rge.com/pub/X/lesstif/srcdist/
    1211master_sites    sourceforge
    13 checksums       md5 3096ca456c0bc299d895974d307c82d8
     12checksums       md5 ab895165c149d7f95843c7584b1c7ad4
    1413use_bzip2       yes
    1514depends_lib     lib:libX11.6:XFree86
    1615prefix          ${x11prefix}
    17 configure.args  --enable-production
     16configure.args  --enable-production --without-freetype-includes
    1817
    1918variant motif12 { configure.args-append --enable-build-12 }
    2019variant motif20 { configure.args-append --enable-build-20 }