Ticket #13812: Portfile-evince.diff
File Portfile-evince.diff, 1.1 KB (added by gui-dos (Guido Soranzio), 17 years ago) |
---|
-
Portfile
old new 1 1 # $Id: Portfile 31825 2007-12-09 11:25:48Z rhwood@macports.org $ 2 2 PortSystem 1.0 3 3 name evince 4 version 2.2 0.14 version 2.21.1 5 5 description Evince is a document viewer for multiple document formats like pdf, and many others. 6 6 long_description ${description} 7 7 maintainers nomaintainer … … 10 10 homepage http://www.gnome.org/ 11 11 master_sites gnome:sources/evince/[strsed ${version} {/\.[0-9]*$//}]/ 12 12 use_bzip2 yes 13 checksums md5 c0f3e4d5279ef3d08cc46b752e230c0113 checksums md5 24fb73444987357373098e57c8361ebb 14 14 depends_lib \ 15 15 port:atk \ 16 16 port:audiofile \ … … 29 29 port:gnome-icon-theme \ 30 30 port:gnome-vfs \ 31 31 port:gtk2 \ 32 port:hicolor-icon-theme \ 32 33 port:jpeg \ 33 34 port:libart_lgpl \ 34 35 port:libglade2 \ … … 52 53 port:perl5.8 \ 53 54 port:pkgconfig \ 54 55 port:scrollkeeper 56 57 variant djvu { 58 depends_lib-append port:djvulibre 59 } 60 55 61 configure.args \ 56 62 --disable-scrollkeeper \ 57 63 --enable-nautilus \