Changeset 28290 for trunk/dports


Ignore:
Timestamp:
Aug 27, 2007, 11:29:08 PM (17 years ago)
Author:
mww@…
Message:

change mirror to macports, use new configure.cc/cxx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/multimedia/smpeg/Portfile

    r27176 r28290  
    1414homepage        http://www.lokigames.com/development/smpeg.php3
    1515master_sites    ftp://ftp.lokigames.com/pub/open-source/smpeg/ freebsd \
    16                 macports:mww macports:mww:lt
     16                macports macports:lt
    1717distfiles-append        ltconfig13:lt ltmain13:lt
    1818extract.only    ${distname}${extract.suffix}
     
    3838                --enable-shared=no
    3939
    40 configure.env   CC=g++
     40configure.cc    g++
     41
     42platform darwin 7 {
     43        configure.cc    /usr/bin/g++-3.3
     44        configure.cxx   /usr/bin/g++-3.3
     45}
     46
    4147platform darwin 8 {
    42         configure.env   CC=/usr/bin/g++-4.0 CXX=/usr/bin/g++-4.0
     48        configure.cc    /usr/bin/g++-4.0
     49        configure.cxx   /usr/bin/g++-4.0
    4350}
    4451
Note: See TracChangeset for help on using the changeset viewer.