Ticket #18037: pguyot-dp.diff
File pguyot-dp.diff, 1.7 KB (added by ryandesign (Ryan Carsten Schmidt), 16 years ago) |
---|
-
lang/tuareg-mode.el/Portfile
21 21 sha1 ee557fc003537a2eed8c351fcb50cf52e8926c48 \ 22 22 rmd160 cd99520a8b6940198b2db9a2cb9abeee309f8514 23 23 24 # We want emacs from DPsince this will install stuff in emacs' site-lisp and we want24 # We want emacs from MacPorts since this will install stuff in emacs' site-lisp and we want 25 25 # it to go into ${prefix}'s site-lisp. 26 26 depends_lib path:${prefix}/bin/emacs:emacs 27 27 depends_run bin:ocaml:ocaml -
lang/ocaml-mode.el/Portfile
13 13 master_sites http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/ 14 14 checksums md5 ace102dfb75a20e15a60d962cc3a5edb 15 15 16 # We want emacs from DPsince this will install stuff in emacs' site-lisp and we want16 # We want emacs from MacPorts since this will install stuff in emacs' site-lisp and we want 17 17 # it to go into ${prefix}'s site-lisp. 18 18 depends_lib path:${prefix}/bin/emacs:emacs 19 19 depends_run bin:ocaml:ocaml -
devel/tcllib/Portfile
20 20 # There is a bug in this port, it won't work with LANG or LC_ALL unset. 21 21 destroot.env LANG=C LC_MESSAGES=C LC_CTYPE=C LC_ALL=C 22 22 23 # Install this in DP tree, with DP's Tcl.24 23 depends_lib port:tcl \ 25 24 port:graphviz \ 26 25 port:tk