[Bug 245510] graphics/libepoxy: make X11 an option

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Apr 11 06:44:47 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245510

--- Comment #3 from Jan Beich <jbeich at FreeBSD.org> ---
Comment on attachment 213251
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=213251
libepoxy-opt.patch

> +.include <bsd.port.options.mk>
> +
> +.if ${PORT_OPTIONS:MX11}
> +PLIST_SUB+= X11=""
> +.else
> +PLIST_SUB+= X11="@comment "
> +.endif
> +

Maybe replace with OPTIONS_SUB=yes

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-x11 mailing list