Ticket #26297: Portfile-ngircd.diff
File Portfile-ngircd.diff, 592 bytes (added by daniel.hjort@…, 14 years ago) |
---|
-
Portfile
old new 27 27 --with-zeroconf \ 28 28 --with-ident 29 29 30 variant gnutls conflicts openssl description {Build with GnuTLS} { 31 configure.args-append --with-gnutls 32 depends_lib-append port:gnutls 33 } 34 35 variant openssl conflicts gnutls description {Build with OpenSSL} { 36 configure.args-append --with-openssl 37 depends_lib-append port:openssl 38 } 39 30 40 pre-configure { 31 41 reinplace s|600|644|g ${worksrcpath}/doc/Makefile.in 32 42 }