New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 70965


Ignore:
Timestamp:
08/28/10 12:07:56 (5 years ago)
Author:
raimue@…
Message:

devel/git-core:
Add python26 dependency for git_remote_helpers; /usr/bin/python has been picked up before

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/git-core/Portfile

    r70827 r70965  
    66name              git-core 
    77version           1.7.2.2 
     8revision          1 
    89description       A fast version control system 
    910long_description  Git is a fast, scalable, distributed open source version \ 
     
    2930 
    3031depends_run  port:rsync port:p5-error 
    31 depends_lib  path:bin/perl:perl5 port:curl port:zlib port:openssl port:expat port:libiconv 
     32depends_lib  path:bin/perl:perl5 port:curl port:zlib port:openssl port:expat port:libiconv port:python26 
    3233 
    3334patchfiles   patch-Makefile.diff 
     
    4445               CC=${configure.cc} \ 
    4546               prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \ 
    46                PERL_PATH="${prefix}/bin/perl" NO_FINK=1 NO_DARWIN_PORTS=1 \ 
     47               PERL_PATH="${prefix}/bin/perl" PYTHON_PATH="${prefix}/bin/python2.6" NO_FINK=1 NO_DARWIN_PORTS=1 \ 
    4748               NO_R_TO_GCC_LINKER=1 
    4849 
Note: See TracChangeset for help on using the changeset viewer.