Changeset 70965
- Timestamp:
- 08/28/10 12:07:56 (5 years ago)
- File:
-
- 1 edited
-
trunk/dports/devel/git-core/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/git-core/Portfile
r70827 r70965 6 6 name git-core 7 7 version 1.7.2.2 8 revision 1 8 9 description A fast version control system 9 10 long_description Git is a fast, scalable, distributed open source version \ … … 29 30 30 31 depends_run port:rsync port:p5-error 31 depends_lib path:bin/perl:perl5 port:curl port:zlib port:openssl port:expat port:libiconv 32 depends_lib path:bin/perl:perl5 port:curl port:zlib port:openssl port:expat port:libiconv port:python26 32 33 33 34 patchfiles patch-Makefile.diff … … 44 45 CC=${configure.cc} \ 45 46 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 \ 47 48 NO_R_TO_GCC_LINKER=1 48 49
Note: See TracChangeset
for help on using the changeset viewer.

