On Tue, Feb 21, 2017 at 4:04 AM, Koichiro IWAO <m...@vmeta.jp> wrote: > > if a port requires openssl or alternative from any port, how can I write > Makefile? > Whichever openssl, openssl-devel, libress, and libressl-devel are ok but > base openssl is not ok. >
You could add something along the lines of: USES= ssl .include <bsd.port.pre.mk> .if ${SSL_DEFAULT:Mbase} BROKEN= does not build with base openssl .endif .include <bsd.port.post.mk> _______________________________________________ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"