Ticket #55532: Portfile.patch
File Portfile.patch, 1.2 KB (added by crapshoot, 7 years ago) |
---|
-
net/libpsl/Portfile
old new 4 4 PortGroup github 1.0 5 5 6 6 github.setup rockdaboot libpsl 0.19.1 libpsl- 7 revision 27 revision 3 8 8 license MIT 9 9 description A C library and utility to handle the Public Suffix List 10 10 long_description ${description} … … 40 40 41 41 depends_build-append \ 42 42 port:pkgconfig \ 43 port:gtk-doc \44 43 port:python27 45 44 46 45 depends_lib-append path:lib/pkgconfig/glib-2.0.pc:glib2 \ … … 49 48 port:libidn2 \ 50 49 port:libunistring 51 50 51 variant doc description {Install documentation} { 52 depends_build-append port:gtk-doc 53 configure.args-replace --disable-gtk-doc --enable-gtk-doc 54 } 55 56 default_variants +doc 57 52 58 post-extract { 53 59 # Replace older bundled publicsuffix list. 54 60 delete ${worksrcpath}/list … … 63 69 configure.python ${prefix}/bin/python2.7 64 70 65 71 configure.args --enable-builtin=libidn2 \ 66 -- enable-gtk-doc \72 --disable-gtk-doc \ 67 73 --disable-silent-rules