Changeset 78278
- Timestamp:
- 05/01/11 07:31:18 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/devel/depot_tools/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/depot_tools/Portfile
r77362 r78278 5 5 6 6 name depot_tools 7 version 796237 version 83691 8 8 categories devel 9 9 maintainers snc openmaintainer … … 67 67 build { 68 68 if {![file exists ${prefix}/libexec/git-core/git-svn]} { 69 return -code error " Gitmust be installed with +svn variant"69 return -code error "git-core must be installed with +svn variant" 70 70 } 71 71 system "cd ${worksrcpath} && ./gclient"
Note: See TracChangeset
for help on using the changeset viewer.

