Ticket #29790: Portfile-dia.diff
File Portfile-dia.diff, 1.1 KB (added by dia@…, 13 years ago) |
---|
-
ports/gnome/dia/Portfile
old new 30 30 sha1 ea35e0e0f2f75b69e22faa38968e0803a8ab4f47 \ 31 31 rmd160 e6c3cd2872aa7d0bd8ffa502577027d7f45c8982 32 32 33 patchfiles patch-configure.diff 34 33 35 post-patch { 34 36 reinplace s/isspecial/char_isspecial/ \ 35 37 ${worksrcpath}/objects/GRAFCET/boolequation.c 36 38 } 37 39 38 40 depends_build \ 39 port:intltool 41 port:intltool port:swig 40 42 41 43 depends_lib \ 42 44 path:lib/pkgconfig/cairo.pc:cairo \ … … 50 52 port:gtk2 \ 51 53 path:lib/pkgconfig/pango.pc:pango \ 52 54 port:popt \ 53 port:zlib 55 port:zlib \ 56 port:py27-gtk 54 57 55 58 archcheck.files \ 56 59 lib/libcairo.dylib \ … … 69 72 configure.args \ 70 73 --with-cairo \ 71 74 --disable-libemf \ 72 --with-xslt-prefix=${prefix} 75 --with-xslt-prefix=${prefix} --with-swig --with-python 73 76 74 77 post-activate { 75 78 system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"