Ticket #32793: poppler-no_gtk.diff
File poppler-no_gtk.diff, 878 bytes (added by raimue (Rainer Müller), 13 years ago) |
---|
-
Portfile
Portfile
7 7 name poppler 8 8 conflicts mupdf xpdf-tools 9 9 version 0.18.2 10 revision 1 10 11 license GPL-2+ 11 12 maintainers devans openmaintainer 12 13 categories graphics … … 26 27 27 28 depends_lib \ 28 29 port:curl \ 29 port:gtk2 \30 30 port:lcms \ 31 31 port:openjpeg \ 32 32 port:poppler-data … … 42 42 --disable-introspection \ 43 43 --disable-poppler-qt \ 44 44 --disable-poppler-qt4 \ 45 --disable-gtk-test \ 45 46 --disable-silent-rules \ 46 47 --enable-xpdf-headers \ 47 48 --enable-zlib \ … … 49 50 --mandir=${prefix}/share/man 50 51 51 52 variant quartz { 52 configure.args-append -- disable-gtk-test --without-x53 configure.args-append --without-x 53 54 } 54 55 55 56 if {![variant_isset quartz]} {