Ticket #22314: patch-Portfile.diff
File patch-Portfile.diff, 1.1 KB (added by kiyoshi.coquser@…, 15 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name lablgtk2 6 version 2.1 0.16 version 2.14.0 7 7 categories x11 8 8 maintainers nomaintainer 9 9 description Objective Caml interface to gtk+ 2.x … … 16 16 platforms darwin 17 17 master_sites http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/ 18 18 distname lablgtk-${version} 19 checksums md5 bd7073ca05e684e5d5a3d553371fd6e5\20 sha1 6c6f273951059fc86b89337a5b10dfb866ca5f87 \21 rmd160 5dda1a7d5438ae57fb8c170b6459393c4af872a2 19 checksums md5 8a26ab3b749ea86d06b2868112332c33 \ 20 sha1 4454747e6056181730e68ec253a1ec0f0a644867 \ 21 rmd160 fa72ad547b3a169710f137c7fc1e7f841af437f0 22 22 depends_lib bin:camlp4:ocaml \ 23 23 lib:libgtk.2:gtk2 \ 24 24 lib:libglade-2:libglade2 \ … … 28 28 --with-gnomecanvas --with-gnomeui --without-panel \ 29 29 --without-gtkspell --without-gtksourceview 30 30 build.target world 31 use_parallel_build no 31 32 32 33 variant rsvg description "enable rsvg support" { 33 34 configure.args-delete --without-rsvg