diff options
author | mat <mat@FreeBSD.org> | 2016-11-30 02:46:21 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-11-30 02:46:21 +0800 |
commit | a9fb43731f13f4ddbe4e900c6673e591c40399db (patch) | |
tree | 81e5478fa11645e21ab75a8faa039b5e6d1918c5 /ftp/wget/Makefile | |
parent | 5f6167ba55ac06f0aca86e787e405f1b39aa5d1d (diff) | |
download | freebsd-ports-gnome-a9fb43731f13f4ddbe4e900c6673e591c40399db.tar.gz freebsd-ports-gnome-a9fb43731f13f4ddbe4e900c6673e591c40399db.tar.zst freebsd-ports-gnome-a9fb43731f13f4ddbe4e900c6673e591c40399db.zip |
Mark some ports as not openssl-devel ready.
Sponsored by: Absolight
Diffstat (limited to 'ftp/wget/Makefile')
-rw-r--r-- | ftp/wget/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 43277ce354e5..efaf2e9d070f 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -78,4 +78,10 @@ post-patch: ${REINPLACE_CMD} -e '/ac_fn_c_check_header_mongrel.*uuid\/uuid.h/ d' \ ${WRKSRC}/configure -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> |