Ticket #38777: Portfile-ghostscript.diff
File Portfile-ghostscript.diff, 1.2 KB (added by irony42@…, 12 years ago) |
---|
-
Portfile
old new 56 56 port:libpng \ 57 57 port:perl5 \ 58 58 port:tiff \ 59 port:xorg-libXext \60 port:xorg-libXt \61 59 port:zlib 62 60 # port:ijs 63 61 … … 94 92 configure.args --disable-compile-inits \ 95 93 --disable-cups \ 96 94 --disable-gtk \ 95 --without-x \ 97 96 --without-luratech \ 98 97 --with-system-libtiff 99 98 … … 116 115 117 116 configure.universal_args-delete --disable-dependency-tracking 118 117 119 variant no_x11 { 120 depends_lib-delete port:xorg-libXext 121 depends_lib-delete port:xorg-libXt 122 configure.args-append --without-x 118 if {[variant_isset no_x11]} { 119 default_variants -x11 120 } else { 121 default_variants +x11 122 } 123 124 variant no_x11 conflicts x11 description {Legacy compatibility variant} {} 125 126 variant x11 { 127 depends_lib-append port:xorg-libXext 128 depends_lib-append port:xorg-libXt 129 configure.args-delete --without-x 130 configure.args-append --with-x 123 131 } 124 132 125 133 variant cups description {Enable CUPS driver} {