Ticket #38350: Portfile.diff
File Portfile.diff, 1.1 KB (added by NicosPavlov, 12 years ago) |
---|
-
Portfile
old new 5 5 PortGroup muniversal 1.0 6 6 7 7 name poppler 8 conflicts pdf2json xpdf-tools 8 conflicts pdf2json xpdf-tools poppler-quartz 9 9 version 0.22.1 10 10 license GPL-2+ 11 11 maintainers devans openmaintainer … … 48 48 49 49 configure.args \ 50 50 --disable-introspection \ 51 --disable-poppler-qt4 \52 51 --disable-gtk-test \ 53 52 --disable-silent-rules \ 54 53 --enable-xpdf-headers \ … … 57 56 --enable-poppler-glib \ 58 57 --mandir=${prefix}/share/man 59 58 59 if {${subport} == ${name}} { 60 configure.args-append --disable-poppler-qt4 61 60 62 variant quartz { 61 63 configure.args-append --without-x 62 64 } … … 80 82 configure.pkg_config_path ${qt_dir}/lib/pkgconfig 81 83 } 82 84 } 85 } 86 87 subport poppler-quartz { 88 PortGroup qt4 1.0 89 conflicts pdf2json xpdf-tools poppler 90 91 configure.args-append --without-x 92 } 83 93 84 94 variant docs conflicts universal description {Build gtk-doc documentation} { 85 95 depends_build-append port:gtk-doc