Ticket #5198: Portfile.patch

File Portfile.patch, 792 bytes (added by rhwood@…, 19 years ago)

Portfile diffs

  • graphics/poppler/Portfile

    old new  
    11# $Id: Portfile,v 1.4 2005/09/13 06:57:47 olegb Exp $
    22PortSystem 1.0
    33name            poppler
    4 version         0.4.1
     4version         0.4.2
    55description     Poppler is a PDF rendering library based on the xpdf-3.0 code base.
    66long_description        ${description}
    77maintainers     darwinports@opendarwin.org
     
    99platforms       darwin
    1010homepage        http://${name}.freedesktop.org/
    1111master_sites    ${homepage}
    12 checksums       md5 000c069ce0700318ba3cc1f7c4bff87f
     12checksums       md5 beb1eea135a3c5b679a7a22d01a500c0
    1313depends_lib     lib:libcairo:cairo lib:gtk.2:gtk2
    1414configure.args  --mandir=${prefix}/share/man
    1515configure.env   CPPFLAGS="-I${prefix}/include -L${prefix}/lib"